Variable: ExportSchema
ts
const ExportSchema: ZodObject<{
exportUrl: ZodOptional<ZodNullable<ZodString>>;
id: ZodString;
size: ZodOptional<ZodNullable<ZodString>>;
startedAt: ZodOptional<ZodCoercedDate<unknown>>;
status: ZodOptional<ZodObject<{
attempts: ZodOptional<ZodNumber>;
finished: ZodOptional<ZodBoolean>;
stage: ZodOptional<ZodString>;
}, $strip>>;
}, $strip>;Defined in: models/export.ts:5