Variable: rawSystemMessageSchema
ts
const rawSystemMessageSchema: ZodObject<{
data: ZodOptional<ZodObject<{
}, $loose>>;
type: ZodString;
}, $loose>;Defined in: src/types/events.ts:120