React Example: Start Basic

tsx
export type User = {
  id: number
  name: string
  email: string
}
export type User = {
  id: number
  name: string
  email: string
}