Files
optima/src/api/user/index.ts
T
2026-02-20 11:46:30 -06:00

7 lines
308 B
TypeScript

export { default as fetch } from "./fetch";
export { default as fetchAll } from "./fetchAll";
export { default as update } from "./update";
export { default as deleteUser } from "./delete";
export { default as fetchRoles } from "./fetchRoles";
export { default as checkPermission } from "./checkPermission";