This commit is contained in:
aecsocket
2026-07-27 17:47:17 +01:00
parent 849943ed4e
commit b92fc10e54
4 changed files with 228 additions and 261 deletions
@@ -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 = {