TS Intefase массив объектов

interface EnumServiceGetOrderBy {
    [index: number]: { id: number; label: string; key: any };
}
Famous Flamingo