interface $values {
    global: "global";
    local: "local";
    none: "none";
}

Hierarchy

  • $keywords<"local" | "global" | "none">
    • $values

Properties

Properties

global: "global"
local: "local"
none: "none"

Generated using TypeDoc