interface HexValueBackground {
    kind: "hex";
    value: string;
}

Properties

Properties

kind: "hex"
value: string