This commit is contained in:
@@ -8,3 +8,5 @@ export interface ChadClient extends RemoteClient {
|
||||
inputMuted?: boolean
|
||||
outputMuted?: boolean
|
||||
}
|
||||
|
||||
export type UpdatedClient = Omit<ChadClient, 'id' | 'isMe'>
|
||||
|
||||
Reference in New Issue
Block a user