Files
DentalManagementMHAprilgg/packages/db/shared/schemas/results/BackupDestinationCreateManyResult.schema.d.ts
2026-04-04 22:13:55 -04:00

9 lines
271 B
TypeScript

import * as z from 'zod';
export declare const BackupDestinationCreateManyResultSchema: z.ZodObject<{
count: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
count: number;
}, {
count: number;
}>;
//# sourceMappingURL=BackupDestinationCreateManyResult.schema.d.ts.map