AllRecords
Public typealias
Get the type of all records in a record store.
Signature
type AllRecords<T extends Store<any>> = ExtractR<ExtractRecordType<T>>
References
Source
Public typealias
Get the type of all records in a record store.
type AllRecords<T extends Store<any>> = ExtractR<ExtractRecordType<T>>