re-uploading work
This commit is contained in:
18
web/src/api/models/LoginRequest.ts
Normal file
18
web/src/api/models/LoginRequest.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Login request
|
||||
*/
|
||||
export type LoginRequest = {
|
||||
/**
|
||||
* Identity login (username)
|
||||
*/
|
||||
login: string;
|
||||
/**
|
||||
* Password
|
||||
*/
|
||||
password: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user