interface Attributes {
    [key: string]: Attribute | null;
}

Indexable

[key: string]: Attribute | null