interface RemoteConfigData {
    clusters: Record<string, string>;
    commandHistory: string[];
    components: ComponentsDataWrapper;
    lastExecutedCommand: string;
    metadata: RemoteConfigMetadata;
}

Properties

clusters: Record<string, string>
commandHistory: string[]
lastExecutedCommand: string