Interface UpdateCheckResult

interface UpdateCheckResult {
    data: null | UpdateYaml;
    hasUpdate: boolean;
}

Properties

Properties

data: null | UpdateYaml
hasUpdate: boolean