Interface SerializedControllerState

interface SerializedControllerState {
    activeIdentifier: number;
    targetConfigurations: Record<number, TargetConfiguration>;
}

Properties

activeIdentifier: number
targetConfigurations: Record<number, TargetConfiguration>