mirror of
https://github.com/certd/certd.git
synced 2026-05-05 05:17:24 +08:00
chore:
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user