9 lines
259 B
TypeScript
9 lines
259 B
TypeScript
import * as z from 'zod';
|
|
export declare const ServiceLineUpdateManyResultSchema: z.ZodObject<{
|
|
count: z.ZodNumber;
|
|
}, "strip", z.ZodTypeAny, {
|
|
count: number;
|
|
}, {
|
|
count: number;
|
|
}>;
|
|
//# sourceMappingURL=ServiceLineUpdateManyResult.schema.d.ts.map
|