Skip to content

Variable: channelAccountSchema

const channelAccountSchema: ZodObject<{ id: ZodString; name: ZodOptional<ZodString>; }, $strip>

A participant in a conversation. id is the stable key; name is the display label a chat transcript shows.