aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/search/boolean-both-query.model.ts
blob: d6a438249ed696a16f4a4f319695dce1298bb4fa (plain) (blame)
1
2
export type BooleanBothQuery = 'true' | 'false' | 'both'
export type BooleanQuery = 'true' | 'false'