Preview: initialize-paths.ts
Size: 333 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/store/actions/initialize-paths.ts
import type { PathsInState } from '../reducers/pathsReducer.js'
export const PATHS_INITIALIZE = 'PATHS_INITIALIZE'
export type InitializePathsResponse = {
type: typeof PATHS_INITIALIZE
data: PathsInState
}
export const initializePaths = (data: PathsInState): InitializePathsResponse => ({
type: PATHS_INITIALIZE,
data,
})
Directory Contents
Dirs: 0 × Files: 18