Updated the code to name the field companyArabName and made it so it returns it when arabic
This commit is contained in:
@@ -77,7 +77,7 @@ export interface CorporateInformation {
|
||||
export interface AgentInformation {
|
||||
companyName: string;
|
||||
commercialRegistration: string;
|
||||
arabName?: string;
|
||||
companyArabName?: string;
|
||||
}
|
||||
|
||||
export interface CompanyInformation {
|
||||
|
||||
Reference in New Issue
Block a user