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