Richcord API - v1.0.1
    Preparing search index...

    Interface ActivityTimestamps

    Start/end timestamps. Date values are converted to Unix seconds during serialization.

    interface ActivityTimestamps {
        start?: number | Date;
        end?: number | Date;
    }
    Index
    start?: number | Date
    end?: number | Date