fixed up get and create Clickup task to use the clickup type

This commit is contained in:
Peter Krzyzek 2025-02-25 15:56:57 -06:00
parent 0a45a1f5fb
commit 474390c889
13 changed files with 96 additions and 197 deletions

View file

@ -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 = {