datasquirel/dist/package-shared/api/schema/index.d.ts
Benjamin Toby 700a704abd Updates
2025-08-13 11:16:28 +01:00

6 lines
96 B
TypeScript

import get from "./get";
declare const schema: {
get: typeof get;
};
export default schema;