boolean-both-query.model.ts 101 B

12
  1. export type BooleanBothQuery = 'true' | 'false' | 'both'
  2. export type BooleanQuery = 'true' | 'false'