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