@servicenow/sdk - v4.4.1
    Preparing search index...

    Interface IdentifierTypePredicate

    interface IdentifierTypePredicate {
        kind: Identifier;
        parameterIndex: number;
        parameterName: string;
        type: tsc.Type;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameterIndex: number
    parameterName: string
    type: tsc.Type