Kyoo/api/src/db/schema/index.ts
2025-04-06 14:54:49 +02:00

10 lines
238 B
TypeScript

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