TS INTEFASE tablica objjects

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