Interface TernaryOperatorDetails

interface TernaryOperatorDetails {
    name: string;
    signature?: TernaryOperatorSignature;
    signatures?: TernaryOperatorSignature[];
}

Hierarchy (View Summary)

Properties

name: string