Fires2REST - v0.3.0
    Preparing search index...

    Interface StringValue

    A string value in Firestore

    interface StringValue {
        stringValue: string;
    }
    Index

    Properties

    Properties

    stringValue: string