Interface AttributeVal

AttributeVal

interface AttributeVal {
    spec_id: number;
    value: string;
}

Properties

Properties

spec_id: number

AttributeVal

value: string

AttributeVal