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

Properties

Properties

nanos: number
seconds: string