diff --git a/src/models/raster/ingestion/index.ts b/src/models/raster/ingestion/index.ts index fcb073f..200e03c 100644 --- a/src/models/raster/ingestion/index.ts +++ b/src/models/raster/ingestion/index.ts @@ -1 +1,2 @@ export * from './types'; +export * from './zod/schemas'; diff --git a/src/models/raster/ingestion/zod/schemas/index.ts b/src/models/raster/ingestion/zod/schemas/index.ts new file mode 100644 index 0000000..8a18260 --- /dev/null +++ b/src/models/raster/ingestion/zod/schemas/index.ts @@ -0,0 +1 @@ +export * from './partData.schema';