fix: circular dependency in automod types
This commit is contained in:
parent
28692962bc
commit
3db9090705
6 changed files with 10 additions and 9 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue