MCPcopy Create free account
hub / github.com/dhavalCode/ai-image-generator / Identifiable

Interface Identifiable

client/src/utils/index.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface Identifiable {
13 _id: number | string
14}
15
16export const removeDuplicatesById = <T extends Identifiable>(arr: T[]): T[] => {
17 return Object.values(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected