refactor: account callback server payload

This commit is contained in:
Zack Spear
2023-06-22 12:23:45 -05:00
committed by Zack Spear
parent b8f1f1847f
commit 8ef6bf99e1
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ export interface ServerAccountCallbackSendPayload {
registered: boolean;
regGen?: number;
regGuid?: string;
site?: string;
state: string;
wanFQDN?: string;
}