Interface Attrs

interface Attrs {
    [attr: string]: number | string | Attrs;
}

Indexable

[attr: string]: number | string | Attrs