pull/436/head
xiaojunnuo 2025-06-04 17:31:40 +08:00
parent 170034f943
commit 6212cd77e8
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export type CnameRecord = {
status?: string;
hostRecord?: string;
recordValue?: string;
error?: string;
};
export type DomainGroupItem = {