export interface UserProps { user: { id: string, name: string, email: string, _type: string } }