UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

15 lines (14 loc) 319 B
import { Bone } from '../util/leoric.ts'; export declare class User extends Bone { id: bigint; createdAt: Date; updatedAt: Date; userId: string; name: string; email: string; passwordSalt: string; passwordIntegrity: string; ip: string; isPrivate: boolean; scopes: string[]; }