peertube-plugin-livechat/shared/lib/types.ts

6 lines
108 B
TypeScript
Raw Normal View History

type ChatType = 'disabled' | 'builtin-prosody' | 'builtin-converse' | 'external-uri'
export {
ChatType
}