fixed up get and create Clickup task to use the clickup type
This commit is contained in:
parent
0a45a1f5fb
commit
474390c889
13 changed files with 96 additions and 197 deletions
|
@ -1,5 +1,5 @@
|
|||
// utils/filter-task-fields.ts
|
||||
import type { TaskResponse } from '../types/clickup';
|
||||
import type { TaskResponse } from '/f/types/clickup';
|
||||
|
||||
type FieldSelector = Array<string | NestedField>;
|
||||
type NestedField = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue