Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

what will the type of empty object in typescript

const user : User | Record<string, never> = {};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #type #empty #object #typescript
ADD COMMENT
Topic
Name
4+4 =