9 lines
271 B
TypeScript
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
|