initial commit
This commit is contained in:
9
packages/db/shared/schemas/results/BackupDestinationCreateManyResult.schema.d.ts
vendored
Normal file
9
packages/db/shared/schemas/results/BackupDestinationCreateManyResult.schema.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user