Variable PlacementSchemaConst
PlacementSchema: ZodObject<
{
placement_id: ZodString;
name: ZodString;
description: ZodOptional<ZodNullable<ZodString>>;
format_ids: ZodOptional<
ZodNullable<
ZodTuple<
[
ZodObject<
{
agent_url: ZodString;
id: ZodString;
width: ZodOptional<ZodNullable<ZodNumber>>;
height: ZodOptional<ZodNullable<ZodNumber>>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
},
$strip,
>,
],
ZodObject<
{
agent_url: ZodString;
id: ZodString;
width: ZodOptional<ZodNullable<ZodNumber>>;
height: ZodOptional<ZodNullable<ZodNumber>>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
},
$strip,
>,
>,
>,
>;
},
$strip,
> = ...