chore: Enforce type import consistency (#10968)

* Update types

* fix circular dep

* type imports

* lint type imports and --fix
This commit is contained in:
Tom Moor
2025-12-19 23:07:02 -05:00
committed by GitHub
parent 419cf2a583
commit bf45e97641
883 changed files with 1998 additions and 1826 deletions
@@ -5,7 +5,7 @@ import {
buildWebhookDelivery,
buildWebhookSubscription,
} from "@server/test/factories";
import { UserEvent } from "@server/types";
import type { UserEvent } from "@server/types";
import DeliverWebhookTask from "./DeliverWebhookTask";
beforeEach(async () => {