]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/search/boolean-both-query.model.ts
Rename studio to editor
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
1 export type BooleanBothQuery = 'true' | 'false' | 'both'
2 export type BooleanQuery = 'true' | 'false'