mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
export type BooleanBothQuery = 'true' | 'false' | 'both'
|
|
export type BooleanQuery = 'true' | 'false'
|