Files
clearml-web/src/app/business-logic/model/auth/authCreateCredentialsResponse.ts
2020-06-04 18:51:09 +03:00

19 lines
460 B
TypeScript

/**
* auth
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.7
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { Credentials } from './credentials';
export interface AuthCreateCredentialsResponse {
credentials?: Credentials;
}