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