Updated the expiry date to be based on the expiry date
This commit is contained in:
@@ -4,6 +4,11 @@ export interface Entity {
|
||||
id: string;
|
||||
label: string;
|
||||
licenses: number;
|
||||
expiryDate?: Date | null
|
||||
payment?: {
|
||||
currency: string
|
||||
price: number
|
||||
}
|
||||
}
|
||||
|
||||
export interface Role {
|
||||
|
||||
@@ -32,6 +32,7 @@ export type DurationUnit = "weeks" | "days" | "months" | "years";
|
||||
export interface Payment {
|
||||
id: string;
|
||||
corporate: string;
|
||||
entity?: string
|
||||
agent?: string;
|
||||
agentCommission: number;
|
||||
agentValue: number;
|
||||
|
||||
Reference in New Issue
Block a user