Files
veille-reglementaire/shared/types.ts
2026-04-13 12:05:29 -04:00

8 lines
158 B
TypeScript

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