Files
stocca-tre/server/resources/user/main.ts
2022-07-08 09:31:34 +02:00

4 lines
104 B
TypeScript

export * from "./UserModel.ts";
export * from "./UserCollection.ts";
export * from "./UserResource.ts";