Why does the following doing the following:
type Props = { name?: string age: number } const Test = FC = (props) => { return ( <