interface Attribute {
    [key: string]: string;
}

Indexable

[key: string]: string