feat(gantt): add task collection to useGanttFilter
This commit is contained in:

committed by
kolaente

parent
2c732eb0d5
commit
c1da04eda1
1
src/types/PartialWithId.ts
Normal file
1
src/types/PartialWithId.ts
Normal file
@ -0,0 +1 @@
|
||||
export type PartialWithId<T extends { id: any }> = Pick<T, 'id'> & Omit<Partial<T>, 'id'>
|
Reference in New Issue
Block a user