interface StaticValue {
    type: "STATIC";
    value: string;
}

Properties

Properties

type: "STATIC"
value: string