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 {
|
||||
|
||||
Reference in New Issue
Block a user