ts-lambda-api - v2.5.2
    Preparing search index...

    Interface Int64

    interface Int64 {
        bytes: Uint8Array;
        toString: () => string;
        valueOf: () => number;
    }
    Index

    Properties

    bytes: Uint8Array
    toString: () => string
    valueOf: () => number