Interface ChildElementValue

interface ChildElementValue {
    name: string;
    type: "b" | "i" | "s" | "u" | "8" | "f" | "d";
    value: any;
}

Hierarchy (view full)

Properties

Properties

name: string
type: "b" | "i" | "s" | "u" | "8" | "f" | "d"
value: any

Generated using TypeDoc