Files
kami_frontend/src/api/generated/models/kami-api-card-info-jd-v1-jdaccount-delete-req.ts
2025-04-27 14:11:08 +08:00

28 lines
592 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.
*/
/**
*
* @export
* @interface KamiApiCardInfoJdV1JDAccountDeleteReq
*/
export interface KamiApiCardInfoJdV1JDAccountDeleteReq {
/**
*
* @type {string}
* @memberof KamiApiCardInfoJdV1JDAccountDeleteReq
*/
id: string;
}