Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

types for array props

type PersonListProp = {
  names: {
    first: string;
    last: string;
  }[];
};
 
PREVIOUS NEXT
Tagged: #types #array #props
ADD COMMENT
Topic
Name
7+1 =