initial commit
This commit is contained in:
14
packages/db/shared/schemas/objects/DatabaseBackupCreateManyUserInput.schema.d.ts
vendored
Normal file
14
packages/db/shared/schemas/objects/DatabaseBackupCreateManyUserInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const DatabaseBackupCreateManyUserInputObjectSchema: z.ZodType<Prisma.DatabaseBackupCreateManyUserInput>;
|
||||
export declare const DatabaseBackupCreateManyUserInputObjectZodSchema: z.ZodObject<{
|
||||
id: z.ZodOptional<z.ZodNumber>;
|
||||
createdAt: z.ZodOptional<z.ZodDate>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: Date | undefined;
|
||||
id?: number | undefined;
|
||||
}, {
|
||||
createdAt?: Date | undefined;
|
||||
id?: number | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=DatabaseBackupCreateManyUserInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user