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