Add OpenAPI
This commit is contained in:
47
src/api/openapi/model/region-code-alias.ts
Normal file
47
src/api/openapi/model/region-code-alias.ts
Normal file
@@ -0,0 +1,47 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* dex API
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: 0.0.1
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
// May contain unused imports in some cases
|
||||
// @ts-ignore
|
||||
import type { Region } from './region';
|
||||
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface RegionCodeAlias
|
||||
*/
|
||||
export interface RegionCodeAlias {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof RegionCodeAlias
|
||||
*/
|
||||
'id'?: number;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof RegionCodeAlias
|
||||
*/
|
||||
'alias': string;
|
||||
/**
|
||||
*
|
||||
* @type {Region}
|
||||
* @memberof RegionCodeAlias
|
||||
*/
|
||||
'region': Region;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user