feat: move useGanttTaskList in separate file
This commit is contained in:

committed by
kolaente

parent
c7dd20ef57
commit
7f4114b703
@ -1 +1 @@
|
||||
export type PartialWithId<T extends { id: any }> = Pick<T, 'id'> & Omit<Partial<T>, 'id'>
|
||||
export type PartialWithId<T extends { id: unknown }> = Pick<T, 'id'> & Omit<Partial<T>, 'id'>
|
Reference in New Issue
Block a user