Type alias Condition

Condition: string | {
    [field: string]: any;
} | {
    [field: string]: any;
}[]

Type declaration

  • [field: string]: any