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

4 lines
154 B
TypeScript

export { default as fetch } from "./fetch";
export { default as update } from "./update";
export { default as checkPermission } from "./checkPermission";