-
owners collection
-
sellers collection
-
countries collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import type { HookConfig } from '@directus/extensions'; | |
import { FieldFilter, FieldFilterOperator, LogicalFilterOR } from '@directus/types'; | |
import { validate as isUuid } from 'uuid'; | |
type COLLECTION = string; | |
type FIELD = string; | |
type ISearchOptions = Record< | |
COLLECTION, | |
{ |