clean up __dummy stuff

This commit is contained in:
aecsocket
2026-07-26 15:17:50 +01:00
parent 8d82c228cf
commit f0dff8ebd5
15 changed files with 383 additions and 570 deletions
@@ -2230,6 +2230,7 @@ export namespace Labrinth {
id: number
name: string
rule: string
priority: number
revision: number
created_at: string
updated_at: string
@@ -2260,6 +2261,7 @@ export namespace Labrinth {
export type WriteDelphiRule = {
name: string
rule: string
priority: number
}
export type TestDelphiRuleTrace = {