Interface ExtPluginBackendApiProvider

Provider for backend extension API description.

interface ExtPluginBackendApiProvider {
    provideApi(): ExtPluginBackendApi;
}

Methods

Methods