refactor: account callback server payload

This commit is contained in:
Zack Spear
2023-06-22 12:23:45 -05:00
parent c894f2bae5
commit 45b3d07d61
2 changed files with 2 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ export interface ServerAccountCallbackSendPayload {
registered: boolean;
regGen?: number;
regGuid?: string;
site?: string;
state: string;
wanFQDN?: string;
}