mirror of https://github.com/certd/certd
chore:
parent
6d35325601
commit
521083a309
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue