38 lines
1.0 KiB
TypeScript
38 lines
1.0 KiB
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 { KamiInternalModelEntityV1CardAppleHiddenSettings } from './kami-internal-model-entity-v1-card-apple-hidden-settings';
|
|
|
|
/**
|
|
*
|
|
* @export
|
|
* @interface KamiApiCardInfoAppleV1RechargeStealRuleListRes
|
|
*/
|
|
export interface KamiApiCardInfoAppleV1RechargeStealRuleListRes {
|
|
/**
|
|
*
|
|
* @type {number}
|
|
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes
|
|
*/
|
|
total?: number;
|
|
/**
|
|
*
|
|
* @type {Array<KamiInternalModelEntityV1CardAppleHiddenSettings>}
|
|
* @memberof KamiApiCardInfoAppleV1RechargeStealRuleListRes
|
|
*/
|
|
list?: Array<KamiInternalModelEntityV1CardAppleHiddenSettings>;
|
|
}
|