Interface GetConfigurationDescriptorResponse

GetConfigurationDescriptorResponse is the response returned by the GetConfigurationDescriptor RPC

interface GetConfigurationDescriptorResponse {
    config?: ConfigurationDescriptor;
}

Properties

Properties

config describes the application's sdk.Config