38 lines
1016 B
TypeScript
38 lines
1016 B
TypeScript
/* tslint:disable */
|
|
|
|
/**
|
|
*
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document:
|
|
*
|
|
*
|
|
* 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 { KamiInternalModelEntityV1CardRedeemAccountHistory } from './kami-internal-model-entity-v1-card-redeem-account-history';
|
|
|
|
/**
|
|
*
|
|
* @export
|
|
* @interface KamiApiCardInfoCTripV1AccountWalletListRes
|
|
*/
|
|
export interface KamiApiCardInfoCTripV1AccountWalletListRes {
|
|
/**
|
|
*
|
|
* @type {number}
|
|
* @memberof KamiApiCardInfoCTripV1AccountWalletListRes
|
|
*/
|
|
total?: number;
|
|
/**
|
|
*
|
|
* @type {Array<KamiInternalModelEntityV1CardRedeemAccountHistory>}
|
|
* @memberof KamiApiCardInfoCTripV1AccountWalletListRes
|
|
*/
|
|
list?: Array<KamiInternalModelEntityV1CardRedeemAccountHistory>;
|
|
}
|