mirror of https://github.com/certd/certd
chore:
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;
|
||||||
|
|
Loading…
Reference in New Issue