Interface AttributeValRequest

AttributeValRequest

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

Properties

Properties

spec_id: number

AttributeValRequest

value: string

AttributeValRequest