style(api): 更新 API 代码生成
- 将 tslint 替换为 eslint - 调整文件头部注释格式 - 添加空行以改善代码可读性
This commit is contained in:
@@ -22,6 +22,12 @@ import type { KamiInternalModelEntityV1CardRedeemAccountGroup } from './kami-int
|
||||
* @interface KamiApiCardInfoWalmartV1GroupAllListRes
|
||||
*/
|
||||
export interface KamiApiCardInfoWalmartV1GroupAllListRes {
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof KamiApiCardInfoWalmartV1GroupAllListRes
|
||||
*/
|
||||
total?: number;
|
||||
/**
|
||||
*
|
||||
* @type {Array<KamiInternalModelEntityV1CardRedeemAccountGroup>}
|
||||
|
||||
@@ -36,6 +36,12 @@ export interface KamiInternalModelEntityV1CardRedeemAccountGroup {
|
||||
* @memberof KamiInternalModelEntityV1CardRedeemAccountGroup
|
||||
*/
|
||||
category?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof KamiInternalModelEntityV1CardRedeemAccountGroup
|
||||
*/
|
||||
createdUserId?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user