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 declaration