new lib version [CI SKIP]
This commit is contained in:
14
dist/models/CreateUser.ts
vendored
Normal file
14
dist/models/CreateUser.ts
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export type CreateUser = {
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
username?: string;
|
||||
email?: string;
|
||||
phone?: string;
|
||||
password: string;
|
||||
groupId?: any;
|
||||
}
|
||||
Reference in New Issue
Block a user