Variable AdInventoryConfigurationSchemaConst
AdInventoryConfigurationSchema: ZodObject<
{
expected_breaks: ZodNumber;
total_ad_seconds: ZodOptional<ZodNullable<ZodNumber>>;
max_ad_duration_seconds: ZodOptional<ZodNullable<ZodNumber>>;
unplanned_breaks: ZodOptional<ZodNullable<ZodBoolean>>;
supported_formats: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
},
$loose,
> = ...