Added more fields to the corporate and showcased them in the UserCard
This commit is contained in:
@@ -26,6 +26,8 @@ export interface CorporateInformation {
|
||||
value: number;
|
||||
currency: string;
|
||||
};
|
||||
monthlyDuration: number;
|
||||
referralAgent?: string;
|
||||
allowedUserAmount?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user