Answers for "type for object props"

0

type for object props

type Person = {
  name: {
    first: string;
    last: string;
  };
};
Posted by: Guest on March-20-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language