peertube-plugin-livechat/shared/lib/types.ts
2021-06-02 19:54:04 +02:00

6 lines
108 B
TypeScript

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