Interface StringElement

interface StringElement {
    name: string;
    type: "s" | "8";
    value: string;
}

Hierarchy (view full)

Properties

Properties

name: string
type: "s" | "8"
value: string

Generated using TypeDoc