fix: circular dependency in automod types

This commit is contained in:
Dragory 2024-01-15 18:03:45 +00:00
parent 28692962bc
commit 3db9090705
No known key found for this signature in database
6 changed files with 10 additions and 9 deletions

View file

@ -4,7 +4,7 @@ import { CaseArgs } from "../../Cases/types";
import { ModActionsPlugin } from "../../ModActions/ModActionsPlugin";
import { resolveActionContactMethods } from "../functions/resolveActionContactMethods";
import { automodAction } from "../helpers";
import { zNotify } from "../types";
import { zNotify } from "../constants";
const configSchema = z.strictObject({
reason: zBoundedCharacters(0, 4000).nullable().default(null),