@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable PreviewCreativeBatchResponseSchemaConst

    PreviewCreativeBatchResponseSchema: ZodObject<
        {
            response_type: ZodLiteral<"batch">;
            results: ZodArray<
                ZodUnion<
                    readonly [
                        ZodObject<{ success: ZodOptional<ZodLiteral<true>> }, $loose>,
                        ZodObject<{ success: ZodOptional<ZodLiteral<false>> }, $loose>,
                    ],
                >,
            >;
            context: ZodOptional<ZodObject<{}, $loose>>;
            ext: ZodOptional<ZodObject<{}, $loose>>;
        },
        $loose,
    > = ...