Yet another refacto. I improved many many mechanisms on this one including dnd. It is now end 2 end tested 🎉
2 lines
43 B
TypeScript
2 lines
43 B
TypeScript
export type IdMap<T> = { [id: string]: T }
|