feat: add etrade precheck

This commit is contained in:
Nathnael
2026-07-04 09:02:49 +00:00
parent a567218197
commit b866b59478
7 changed files with 86 additions and 37 deletions

View File

@@ -76,4 +76,6 @@ export interface CompanyRegistrationData {
managerName: string;
managerEmail?: string;
managerPhone: string;
/** True when this TIN is already registered to an existing company. */
tinTaken?: boolean;
}