Spaces:
Build error
Build error
File size: 274 Bytes
fdaf912 |
1 2 3 4 5 6 7 8 |
export interface AdminMenuHandler {
showNewRequest: boolean,
setShowNewRequest: (showNewRequest: boolean) => void,
showUsers: boolean,
setShowUsers: (showUsers: boolean) => void,
showCollections: boolean,
setShowCollections: (showCollections: boolean) => void,
} |