Interface Timestamp

interface Timestamp {
    nanos: number;
    seconds: bigint;
}

Properties

Properties

nanos: number
seconds: bigint