This commit is contained in:
xiaojunnuo
2025-09-08 14:45:31 +08:00
parent 6d35325601
commit 521083a309

View File

@@ -9,7 +9,8 @@ export type SuiteValue = {
export type SuiteDetail = {
enabled?: boolean;
suites?: any[];
addons?: any[];
suiteList?: any[];
addonList?: any[];
expiresTime?: number;
pipelineCount?: SuiteValue;
domainCount?: SuiteValue;