Files
stocca-tre/server/resources/user/main.ts
2022-07-10 23:07:51 +02:00

4 lines
158 B
TypeScript

export * from "./UserModel.ts";
export { default as UserCollection } from "./UserCollection.ts";
export { default as UserResource } from "./UserResource.ts";