Ts Ts Intefase Array of Object

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