export interface ConversationJoinData { id: string; name: string; has_password: boolean; } //# sourceMappingURL=ConversationJoinData.d.ts.map