@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable PreviewCreativeResponseSchemaConst

    PreviewCreativeResponseSchema: ZodUnion<
        readonly [
            ZodObject<
                {
                    response_type: ZodLiteral<"single">;
                    previews: ZodArray<
                        ZodObject<
                            {
                                preview_id: ZodString;
                                renders: ZodArray<
                                    ZodUnion<
                                        readonly [
                                            ZodIntersection<(...), (...)>,
                                            ZodIntersection<(...), (...)>,
                                            ZodIntersection<(...), (...)>,
                                        ],
                                    >,
                                >;
                                input: ZodObject<
                                    {
                                        name: ZodString;
                                        macros: ZodOptional<ZodNullable<(...)>>;
                                        context_description: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    $strip,
                                >;
                            },
                            $strip,
                        >,
                    >;
                    interactive_url: ZodOptional<ZodNullable<ZodString>>;
                    expires_at: ZodString;
                    context: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                    ext: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                },
                $strip,
            >,
            ZodObject<
                {
                    response_type: ZodLiteral<"batch">;
                    results: ZodArray<
                        ZodUnion<
                            readonly [
                                ZodObject<{ success: ZodOptional<ZodNullable<(...)>> }, $strip>,
                                ZodObject<{ success: ZodOptional<ZodNullable<(...)>> }, $strip>,
                            ],
                        >,
                    >;
                    context: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                    ext: ZodOptional<
                        ZodNullable<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                        >,
                    >;
                },
                $strip,
            >,
        ],
    > = ...