mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor: 重命名类型名
This commit is contained in:
4
src/typings/api/system.api.d.ts
vendored
4
src/typings/api/system.api.d.ts
vendored
@ -558,8 +558,8 @@ declare namespace Api {
|
||||
}
|
||||
>;
|
||||
|
||||
/** sync tenant package params */
|
||||
type SyncTenantPackageParams = CommonType.RecordNullable<Pick<Api.System.Tenant, 'tenantId' | 'packageId'>>;
|
||||
/** tenant package sync params */
|
||||
type TenantPackageSyncParams = CommonType.RecordNullable<Pick<Api.System.Tenant, 'tenantId' | 'packageId'>>;
|
||||
|
||||
/** tenant list */
|
||||
type TenantList = Api.Common.PaginatingQueryRecord<Tenant>;
|
||||
|
Reference in New Issue
Block a user