]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/redundancy/video-redundancy-config-filter.type.ts
Support two factor authentication in backend
[github/Chocobozzz/PeerTube.git] / shared / models / redundancy / video-redundancy-config-filter.type.ts
1 export type VideoRedundancyConfigFilter = 'nobody' | 'anybody' | 'followings'