export type ImplementsFind = { find: (id: I) => T; };