Browse Source

add subject in IInviteRequest

visuddhinanda 2 năm trước cách đây
mục cha
commit
97397e9ce8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dashboard/src/components/api/Auth.ts

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

@@ -84,6 +84,7 @@ export interface IInviteRequest {
   email: string;
   lang: string;
   studio: string;
+  subject?: string;
   dashboard?: string;
 }
 export interface IInviteResponse {