This commit is contained in:
xiaojunnuo
2025-06-04 17:31:40 +08:00
parent 170034f943
commit 6212cd77e8

View File

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