]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/e2e/src/types/common.ts
Fix NSFW filter and add tests
[github/Chocobozzz/PeerTube.git] / client / e2e / src / types / common.ts
CommitLineData
6d210220 1export type NSFWPolicy = 'do_not_list' | 'blur' | 'display'