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