Interface Attribute

Attribute

interface Attribute {
    default_value?: string;
    id?: number;
    input_type: InputTypeEnum;
    mutable: boolean;
    name: string;
    values: string[];
}

Properties

default_value?: string

Attribute

id?: number

Attribute

input_type: InputTypeEnum

Attribute

mutable: boolean

Attribute

name: string

Attribute

values: string[]

Attribute