We're a place where coders share, stay up-to-date and grow their careers.
Thank you for the article! It seems that the last example should have an
type Person = t.TypeOf<typeof PersonInterface>
instead of
type Person = t.TypeOf<typeof Person>
Thank you for the article!
It seems that the last example should have an
instead of