import * as z from "zod"; export type ScheduleHolidaysPublicConfigV2 = { /** * ISO 3166-1 alpha-2 country codes for the countries that this schedule is configured to view holidays for */ countryCodes: Array; }; /** @internal */ export declare const ScheduleHolidaysPublicConfigV2$inboundSchema: z.ZodType; /** @internal */ export type ScheduleHolidaysPublicConfigV2$Outbound = { country_codes: Array; }; /** @internal */ export declare const ScheduleHolidaysPublicConfigV2$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ScheduleHolidaysPublicConfigV2$ { /** @deprecated use `ScheduleHolidaysPublicConfigV2$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ScheduleHolidaysPublicConfigV2$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ScheduleHolidaysPublicConfigV2$Outbound` instead. */ type Outbound = ScheduleHolidaysPublicConfigV2$Outbound; } //# sourceMappingURL=scheduleholidayspublicconfigv2.d.ts.map