Skip to content

Commit

Permalink
feat: add zod export mechanisem (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
razbroc authored Sep 24, 2024
1 parent 6a60f08 commit cec17b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/models/raster/ingestion/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './types';
export * from './zod/schemas';
1 change: 1 addition & 0 deletions src/models/raster/ingestion/zod/schemas/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './partData.schema';

0 comments on commit cec17b6

Please sign in to comment.