Skip to main content
Go to Latest
interface User
Re-export
import { type User } from "https://deno.land/x/the@0.0.0.1/mod.ts";

Properties

name: string
email: string
phone: string | null
google_id: string | null
facebook_id: string | null
password: string | null
enable: number
id: number
created_at: Date
updated_at: Date