visuddhinanda il y a 3 ans
Parent
commit
5ec363190b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;