Interface OSBackendProvider

interface OSBackendProvider {
    getBackendOS(): Promise<core.Type>;
}

Implemented by

Methods

Methods