Variable PercentOfMediaPricingSchemaConst
PercentOfMediaPricingSchema: ZodObject<
{
model: ZodLiteral<"percent_of_media">;
percent: ZodNumber;
max_cpm: ZodOptional<ZodNullable<ZodNumber>>;
currency: ZodString;
ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
},
$loose,
> = ...