interface Options {
    getUpdateScope?: (() => undefined | UpdateScope);
}

Properties

Properties

getUpdateScope?: (() => undefined | UpdateScope)

Type declaration