Fix types

This commit is contained in:
Owen
2026-04-21 22:11:06 -07:00
parent bcd3bee148
commit 0c6acfe282
4 changed files with 23 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ import AlertingRulesTable from "@app/components/AlertingRulesTable";
import DismissableBanner from "@app/components/DismissableBanner";
import { internal } from "@app/lib/api";
import { authCookieHeader } from "@app/lib/api/cookies";
import type { ListAlertRulesResponse } from "@server/private/routers/alertRule";
import type { ListAlertRulesResponse } from "@server/routers/alertRule/types";
import { AxiosResponse } from "axios";
import { BellRing } from "lucide-react";
import type { Metadata } from "next";