Variable DeveloperMessageJSONSchemaConst
DeveloperMessageJSONSchema:
ZodObject<
{
content:
ZodUnion<
readonly
[
ZodString,
ZodArray<
ZodObject<{
text:
ZodString;
type:
ZodLiteral<"text">
},
$strip>,
>,
],
>;
name:
ZodOptional<ZodString>;
rawData:
ZodOptional<ZodAny>;
role:
ZodLiteral<"developer">;
},
$strip,
> = ...