import * as z from 'zod'; export const NpiProviderDeleteManyResultSchema = z.object({ count: z.number() });