🚀New lib version v0.0.12 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
2
dist/models/CreateUser.d.ts
vendored
2
dist/models/CreateUser.d.ts
vendored
@@ -3,7 +3,7 @@ export declare type CreateUser = {
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
username?: string;
|
||||
email?: string;
|
||||
email: string;
|
||||
phone?: string;
|
||||
password: string;
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user