Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript interface array of dictionaries

interface AppState {
  diagnostics: { [key: string]: string }[];
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typescript #interface #array #dictionaries
ADD COMMENT
Topic
Name
8+5 =