export interface MatrixRoomInviteRequest { user_id: string; } export interface MatrixRoomInviteResponse { type?: 'room_invite'; }