Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript type plus one property

interface ExistingTypePlusX extends ExistingType {
  x: string
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #typescript #type #property
ADD COMMENT
Topic
Name
3+5 =