@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable SIUIElementSchemaConst

    SIUIElementSchema: ZodObject<
        {
            type: ZodUnion<
                readonly [
                    ZodLiteral<"text">,
                    ZodLiteral<"link">,
                    ZodLiteral<"image">,
                    ZodLiteral<"product_card">,
                    ZodLiteral<"carousel">,
                    ZodLiteral<"action_button">,
                    ZodLiteral<"app_handoff">,
                    ZodLiteral<"integration_actions">,
                ],
            >;
            data: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
        },
        $loose,
    > = ...