Files
optima/src/api/permissions/index.ts
T
2026-02-17 21:53:14 -06:00

6 lines
219 B
TypeScript

import { default as fetchAll } from "./fetchAll";
import { default as fetchByCategory } from "./fetchByCategory";
import { default as fetchNodes } from "./fetchNodes";
export { fetchAll, fetchByCategory, fetchNodes };