style(api): 更新 API 代码生成

- 将 tslint 替换为 eslint
- 调整文件头部注释格式
- 添加空行以改善代码可读性
This commit is contained in:
danial
2025-03-20 00:09:50 +08:00
parent 1fcac472d9
commit f6c21be39f
2 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,12 @@ import type { KamiInternalModelEntityV1CardRedeemAccountGroup } from './kami-int
* @interface KamiApiCardInfoWalmartV1GroupAllListRes
*/
export interface KamiApiCardInfoWalmartV1GroupAllListRes {
/**
*
* @type {number}
* @memberof KamiApiCardInfoWalmartV1GroupAllListRes
*/
total?: number;
/**
*
* @type {Array<KamiInternalModelEntityV1CardRedeemAccountGroup>}

View File

@@ -36,6 +36,12 @@ export interface KamiInternalModelEntityV1CardRedeemAccountGroup {
* @memberof KamiInternalModelEntityV1CardRedeemAccountGroup
*/
category?: string;
/**
*
* @type {string}
* @memberof KamiInternalModelEntityV1CardRedeemAccountGroup
*/
createdUserId?: string;
/**
*
* @type {string}