export type CrudQueryParamsModeType = "list" | "entry"| "add"| "edit" export const crudQueryParamsMode = { list: 'list', entry: 'entry', }