mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
19 lines
460 B
TypeScript
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;
|
|
}
|