visuddhinanda 2 years ago
parent
commit
5ec363190b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/api/Term.ts

+ 1 - 0
dashboard/src/components/api/Term.ts

@@ -30,6 +30,7 @@ export interface ITermDataResponse {
   studio: IStudio;
   editor: IUser;
   role?: TRole;
+  exp?: number;
   language: string;
   created_at: string;
   updated_at: string;