diff --git a/env.d.ts b/env.d.ts index 7892a96..42cc908 100644 --- a/env.d.ts +++ b/env.d.ts @@ -629,6 +629,9 @@ type Lowsec = Midsec & PlayerLowsec & { (args: { i: number | number[], to: string, memo?: string }): ScriptResponse (args: { sn: string | string[], to: string, memo?: string }): ScriptResponse } + /** **LOWSEC** */ expose_access_log: (args: { target: string }) => ScriptResponse + /** **LOWSEC** */ xfer_gc_from: (args: { target: string, amount: number | string }) => ScriptResponse + /** **LOWSEC** */ expose_balance: (args: { target: string }) => ScriptResponse } }