Say I have the following helper function:
type Entity = Readonly<{ id: string }> type EntityEntry = readonly [string, T| null]