Interface UnaryOperatorSignature

interface UnaryOperatorSignature {
    operand: Type;
    return: Type;
}

Properties

Properties

operand: Type
return: Type