mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
chore: Enforce type import consistency (#10968)
* Update types * fix circular dep * type imports * lint type imports and --fix
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user