interface SearchOrExpression {
    or: SearchQuery[];
}

Hierarchy (view full)

Properties

Properties