Interface EqualsWildCardExpressionInternal

'$eqw' operator expression. Tests for an attribute to match a wildcard expression. Allowed wild cards are '*' (any char) and '?' (single char).

{a: {$eqw: "H*lo"} }
interface EqualsWildCardExpression {
    $eqw: string;
}

Properties

Properties

$eqw: string

The value containing the wild card.

Generated using TypeDoc