We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f259e commit b39e3b0Copy full SHA for b39e3b0
env.d.ts
@@ -631,7 +631,7 @@ type Lowsec = Midsec & PlayerLowsec & {
631
}
632
/** **LOWSEC** */ expose_access_log: (args: { target: string }) => ScriptResponse
633
/** **LOWSEC** */ xfer_gc_from: (args: { target: string, amount: number | string }) => ScriptResponse
634
- /** **LOWSEC */ expose_balance: (args: { target: string }) => ScriptResponse
+ /** **LOWSEC** */ expose_balance: (args: { target: string }) => ScriptResponse
635
636
637
0 commit comments