Skip to content

Commit

Permalink
adds missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Dec 17, 2024
1 parent 55577e1 commit 05d811f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/app/(overview)/url-store.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { ReactNode } from "react";

import {
ACTIVITY,
RESTORATION_ACTIVITY_SUBTYPE,
Expand Down Expand Up @@ -34,6 +36,7 @@ export interface Parameter {
label: string;
className: string;
options: ParameterOption[];
tooltipContent?: ReactNode;
}

export const filtersSchema = z.object({
Expand Down

0 comments on commit 05d811f

Please sign in to comment.