Variable: channelAccountSchema
constchannelAccountSchema: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.
constchannelAccountSchema: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.