UNPKG

@nebular/auth

Version:
12 lines 379 B
export class NbUser { constructor(id, email, password, rememberMe, terms, confirmPassword, fullName) { this.id = id; this.email = email; this.password = password; this.rememberMe = rememberMe; this.terms = terms; this.confirmPassword = confirmPassword; this.fullName = fullName; } } //# sourceMappingURL=user.js.map