소스 검색

add subject in IInviteRequest

visuddhinanda 2 년 전
부모
커밋
97397e9ce8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {