Interface DebugProviderSelectState

interface DebugProviderSelectState {
    currentValue: undefined | string;
    providerTypes: string[];
}

Properties

currentValue: undefined | string
providerTypes: string[]