aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user-webtorrent-policy.type.ts
blob: e293f761d4d0a96665f5c096de28599d2a38f8d7 (plain) (blame)
1
export type WebTorrentPolicyType = 'enable' | 'disable' | 'disable_on_mobile'