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