接口 SharedValueParams

interface SharedValueParams {
    key: string;
    scope: string;
}

继承关系 (查看完整)

属性

属性

key: string
scope: string