Skip to content

Commit a995ecc

Browse files
committed
Typescript hacks added
1 parent 8f07dd4 commit a995ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/typescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
},
297297
{
298298
"definition": "Omit<PersonInterface,'property name you want to omit'> হ্যাকস ব্যবহার করে প্রোপার্টি বাদ দেওয়া যায়",
299-
"code": "const person1:Omit<PersonInterface,'age'> {\n\n\tname: ='Al Amin Khan',\n\n\tage:23 \n}"
299+
"code": "const person1:Omit<PersonInterface,'profession'> {\n\n\tname: ='Al Amin Khan',\n\n\tage:23 \n}"
300300
}
301301
]
302302
}

0 commit comments

Comments
 (0)