v2-dev-addon
xiaojunnuo 2025-09-08 14:45:31 +08:00
parent 6d35325601
commit 521083a309
1 changed files with 2 additions and 1 deletions

View File

@ -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;