EntityListItem<T>: Pick<EntityInfo, "id" | "name" | "tags" | T> & Partial<EntityInfo>

Type Parameters