Ver Fonte

add exp

visuddhinanda há 3 anos atrás
pai
commit
5ec363190b
1 ficheiros alterados com 1 adições e 0 exclusões
  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;