Interface StateResult

interface StateResult {
    configUpdated: boolean;
    error?: string;
}

Properties

configUpdated: boolean
error?: string