diff --git a/types/schemas.ts b/types/schemas.ts index fb9e855..28a6f6d 100644 --- a/types/schemas.ts +++ b/types/schemas.ts @@ -73,4 +73,7 @@ export const BlueMarbleJSON = z.object({ coords: z.string(), })).optional() })) -}) \ No newline at end of file +}) + +export type TCharityJSON = z.infer; +export type TBlueMarbleJSON = z.infer; \ No newline at end of file