interface Scheme {
    [key: string]: number;
}

Indexable

[key: string]: number