对象记录数组

interface Record {
    [id: string]: any;
}

Indexable

[id: string]: any