11 lines
467 B
TypeScript
11 lines
467 B
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const ServiceLineWhereUniqueInputObjectSchema: z.ZodType<Prisma.ServiceLineWhereUniqueInput>;
|
|
export declare const ServiceLineWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
id: z.ZodOptional<z.ZodNumber>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
id?: number | undefined;
|
|
}, {
|
|
id?: number | undefined;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineWhereUniqueInput.schema.d.ts.map
|