Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

ts intefase array of objjects

interface EnumServiceGetOrderBy {
    [index: number]: { id: number; label: string; key: any };
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ts #intefase #array #objjects
ADD COMMENT
Topic
Name
7+1 =