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

    Type Alias ModelToDocumentConverter<T>

    ModelToDocumentConverter: (model: T) => FirestoreDocument

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

    Type Parameters

    • T

      Type of the real object

    Type Declaration