Interface UsingCustomizedOperator

interface UsingCustomizedOperator {
    definition: IdentifierPath;
    operator: string;
}

Properties

Properties

definition: IdentifierPath
operator: string

Generated using TypeDoc