export type EntityId = string | number; export interface Entity { readonly id: TId; }