export interface AuthUser { id: string email: string isOwner: boolean image: string name: string provider: string handle: string }