array intefase objects

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