Answers for "ts intefase array of objjects"

1

ts intefase array of objjects

interface EnumServiceGetOrderBy {
    [index: number]: { id: number; label: string; key: any };
}
Posted by: Guest on February-06-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language