]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/search/boolean-both-query.model.ts
add client.videos.upload.maxChunkSize config (#4857)
[github/Chocobozzz/PeerTube.git] / shared / models / search / boolean-both-query.model.ts
... / ...
CommitLineData
1export type BooleanBothQuery = 'true' | 'false' | 'both'
2export type BooleanQuery = 'true' | 'false'