Add extra typings
This commit is contained in:
parent
f48a9bec5c
commit
4799e0c2c4
|
@ -75,6 +75,13 @@ export interface SearchFilters {
|
|||
// to make sure the documents returned are always filtered down to a
|
||||
// specific document type (such as just rows)
|
||||
documentType?: DocumentType
|
||||
|
||||
$and?: {
|
||||
conditions: SearchFilters[]
|
||||
}
|
||||
$or?: {
|
||||
conditions: SearchFilters[]
|
||||
}
|
||||
}
|
||||
|
||||
export type SearchFilterKey = keyof Omit<
|
||||
|
|
Loading…
Reference in New Issue