interface VmEnvironmentReturn {
    getVmContext(): {
        [key: string]: any;
    };
    teardown(): Awaitable<void>;
}

Methods

  • Returns {
        [key: string]: any;
    }

    • [key: string]: any
  • Returns Awaitable<void>

Generated using TypeDoc