This commit is contained in:
xiaojunnuo
2025-09-08 14:45:31 +08:00
parent 6d35325601
commit 521083a309
@@ -9,7 +9,8 @@ export type SuiteValue = {
export type SuiteDetail = { export type SuiteDetail = {
enabled?: boolean; enabled?: boolean;
suites?: any[]; suites?: any[];
addons?: any[]; suiteList?: any[];
addonList?: any[];
expiresTime?: number; expiresTime?: number;
pipelineCount?: SuiteValue; pipelineCount?: SuiteValue;
domainCount?: SuiteValue; domainCount?: SuiteValue;