Merge branch 'develop' into feature/exam-generation

This commit is contained in:
Tiago Ribeiro
2023-11-21 19:45:30 +00:00
16 changed files with 314 additions and 115 deletions

View File

@@ -26,9 +26,7 @@ export interface CorporateInformation {
value: number;
currency: string;
};
monthlyDuration: number;
referralAgent?: string;
allowedUserAmount?: number;
}
export interface CompanyInformation {