Adding the chat-type field in the settings.
This commit is contained in:
5
shared/lib/types.ts
Normal file
5
shared/lib/types.ts
Normal file
@ -0,0 +1,5 @@
|
||||
type ChatType = 'disabled' | 'builtin-prosody' | 'builtin-converse' | 'external-uri'
|
||||
|
||||
export {
|
||||
ChatType
|
||||
}
|
Reference in New Issue
Block a user