mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
cleanup
This commit is contained in:
@@ -2288,18 +2288,9 @@ export namespace Labrinth {
|
||||
priority: number
|
||||
}
|
||||
|
||||
export type TestDelphiRuleTrace = {
|
||||
key: string
|
||||
issue_type: string
|
||||
severity: DelphiSeverity
|
||||
jar: string | null
|
||||
file_path: string
|
||||
data: Record<string, unknown>
|
||||
}
|
||||
|
||||
export type TestDelphiRuleRequest = {
|
||||
rule: string
|
||||
traces: TestDelphiRuleTrace[]
|
||||
inputs: RuleInput[]
|
||||
}
|
||||
|
||||
export type DelphiRuleEffect = {
|
||||
|
||||
Reference in New Issue
Block a user