Interface SharedValueParams

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

Hierarchy (view full)

Properties

Properties

key: string
scope: string