Preview: set-current-admin.ts
Size: 356 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/store/actions/set-current-admin.ts
import type { SessionInState } from '../reducers/sessionReducer.js'
export const SESSION_INITIALIZE = 'SESSION_INITIALIZE'
export type SetCurrentAdminResponse = {
type: typeof SESSION_INITIALIZE
data: SessionInState
}
export const setCurrentAdmin = (data: SessionInState = null): SetCurrentAdminResponse => ({
type: SESSION_INITIALIZE,
data,
})
Directory Contents
Dirs: 0 × Files: 18