We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I would like to convert a project to typescript but implementing the package as mixin I get a
Property 'verifyPassword' does not exist on type 'User'
my User is as follow
@Password({ allowEmptyPassword: true }) export default class User extends BaseModel { uuid!: string; email!: string; password!: string; admin!: boolean; // ... }
I am fairly new to typescript so maybe Iam doing something wrong ?
Thanks for any help!
The text was updated successfully, but these errors were encountered:
@BjMrq unfortunately, I don't have any real TS experience and I didn't create the definitions. Were you able to get this figured out?
Sorry, something went wrong.
I submitted a pull request :) #35
Hello, Any news on the PR ?
No branches or pull requests
Hello,
I would like to convert a project to typescript but
implementing the package as mixin I get a
my User is as follow
I am fairly new to typescript so maybe Iam doing something wrong ?
Thanks for any help!
The text was updated successfully, but these errors were encountered: