diff --git a/client/src/app/(overview)/url-store.ts b/client/src/app/(overview)/url-store.ts index 99d2afd1..93570745 100644 --- a/client/src/app/(overview)/url-store.ts +++ b/client/src/app/(overview)/url-store.ts @@ -1,3 +1,5 @@ +import { ReactNode } from "react"; + import { ACTIVITY, RESTORATION_ACTIVITY_SUBTYPE, @@ -34,6 +36,7 @@ export interface Parameter { label: string; className: string; options: ParameterOption[]; + tooltipContent?: ReactNode; } export const filtersSchema = z.object({