mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fixes
This commit is contained in:
@@ -55,7 +55,8 @@ export interface ETradeCompanyInfo {
|
||||
RenewedFrom: string;
|
||||
RenewedTo: string;
|
||||
BusinessLicensingGroupMain: string | null;
|
||||
SubGroups: Array<{ Code: number; Description: string }> | null;
|
||||
/** eTrade returns null entries in this array as well as a null array. */
|
||||
SubGroups: Array<{ Code: number; Description: string | null } | null> | null;
|
||||
}>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user