/** Means of getting an `Id` for an `Item`. */exporttypeIdentify<Item, Id> = (item: Item) =>Id;
/** Means of getting multiple `Id`s related to an `item`. */exporttypeIdentifyMany<Item, Id> = (item: Item) =>Id[];
//# sourceMappingURL=identify.d.ts.map