Answers for "declare object typescript"

5

typescript type object

type Dictionary = {
  [key: string]: any
}
Posted by: Guest on May-11-2021
-3

declare object typescript

let Dict: object = {}
Posted by: Guest on August-20-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language