feat: abstract to useGanttFilter / and useRouteFilter
This commit is contained in:

committed by
kolaente

parent
2acb70c562
commit
2c732eb0d5
@ -2,6 +2,6 @@
|
||||
* Returns a date as a string value in ISO format.
|
||||
* same format as `new Date().toISOString()`
|
||||
*/
|
||||
export type DateISO = string
|
||||
export type DateISO<T extends string = string> = T
|
||||
|
||||
new Date().toISOString()
|
Reference in New Issue
Block a user