1fd61899e
7a22a0a56
1
2
export type BooleanBothQuery = 'true' | 'false' | 'both' export type BooleanQuery = 'true' | 'false'