Kyoo/api/src/db/schema/index.ts
2025-03-10 00:22:32 +01:00

7 lines
157 B
TypeScript

export * from "./entries";
export * from "./seasons";
export * from "./shows";
export * from "./studios";
export * from "./staff";
export * from "./videos";