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

    Represents a bigint literal value without requiring bigint support

    interface PseudoBigInt {
        base10Value: string;
        negative: boolean;
    }
    Index

    Properties

    base10Value: string
    negative: boolean