retrotoon-studio/shared/types.ts
2026-05-19 23:15:42 +00:00

7 lines
158 B
TypeScript

/**
* Unified type exports
* Import shared types from this single entry point.
*/
export type * from "../drizzle/schema";
export * from "./_core/errors";