interface Attribute {
    index: boolean;
    key: string;
    value: string;
}

Properties

Properties

index: boolean
key: string
value: string