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

    Interface AssertsIdentifierTypePredicate

    interface AssertsIdentifierTypePredicate {
        kind: AssertsIdentifier;
        parameterIndex: number;
        parameterName: string;
        type: tsc.Type | undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameterIndex: number
    parameterName: string
    type: tsc.Type | undefined