From 05d811fac730154ba41b62598044d58c52b162ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Gonz=C3=A1lez=20Mu=C3=B1oz?= Date: Tue, 17 Dec 2024 17:16:22 +0100 Subject: [PATCH] adds missing type --- client/src/app/(overview)/url-store.ts | 3 +++ 1 file changed, 3 insertions(+) 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({