Fires2REST - v0.3.0
    Preparing search index...

    Interface TimestampValue

    A timestamp value in Firestore (RFC3339 format)

    interface TimestampValue {
        timestampValue: string;
    }
    Index

    Properties

    Properties

    timestampValue: string