initial commit
This commit is contained in:
17
packages/db/shared/schemas/findUniqueOrThrowStaff.schema.d.ts
vendored
Normal file
17
packages/db/shared/schemas/findUniqueOrThrowStaff.schema.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { Prisma } from '../../generated/prisma';
|
||||
import * as z from 'zod';
|
||||
export declare const StaffFindUniqueOrThrowSchema: z.ZodType<Prisma.StaffFindUniqueOrThrowArgs>;
|
||||
export declare const StaffFindUniqueOrThrowZodSchema: z.ZodObject<{
|
||||
select: z.ZodOptional<z.ZodType<Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
include: z.ZodOptional<z.ZodType<Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
|
||||
where: z.ZodType<Prisma.StaffWhereUniqueInput, z.ZodTypeDef, Prisma.StaffWhereUniqueInput>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
where: Prisma.StaffWhereUniqueInput;
|
||||
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}, {
|
||||
where: Prisma.StaffWhereUniqueInput;
|
||||
include?: Prisma.StaffInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
select?: Prisma.StaffSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findUniqueOrThrowStaff.schema.d.ts.map
|
||||
Reference in New Issue
Block a user