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,
> = ...