mirror of https://github.com/certd/certd
chore:
parent
170034f943
commit
6212cd77e8
|
@ -8,6 +8,7 @@ export type CnameRecord = {
|
||||||
status?: string;
|
status?: string;
|
||||||
hostRecord?: string;
|
hostRecord?: string;
|
||||||
recordValue?: string;
|
recordValue?: string;
|
||||||
|
error?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DomainGroupItem = {
|
export type DomainGroupItem = {
|
||||||
|
|
Loading…
Reference in New Issue