Type Alias TypedEntryList<M>

TypedEntryList: { count: number; total: number; items: TypedEntry<M>[] }

Type Parameters

  • M extends string

Type declaration