@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface FirestoreDate

    Interface for the representation of a date in a firestore document

    interface FirestoreDate {
        nanoseconds: number;
        seconds: number;
    }
    Index

    Properties

    Properties

    nanoseconds: number

    Amount of nanoseconds

    seconds: number

    Amount of seconds