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

    Type Alias ModelToDocumentFieldConverter<T>

    ModelToDocumentFieldConverter: (model: T) => FirestoreDocumentField

    Type of a conversion function from a FirestormModel to a firestore document data object

    Type Parameters

    • T

      Type of the real object

    Type Declaration