Β© 2026 Hedgehog Software, LLC
export type PostChatData = { command: Extract<ChatCommand, 'POST'>; userToken: string; conversationId: string; type: ChatType; // other crap };