File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function sendInvite(
19
19
apiBase : string ,
20
20
authToken : string ,
21
21
inviteEmail : string ,
22
- videoReference : VideoReference ,
22
+ videoReference : VideoReference [ "content" ] ,
23
23
isJointVideo : boolean
24
24
) {
25
25
const apiCall : SendInviteApiCall = {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export function createMember(
26
26
fullName : string ,
27
27
emailAddress : string ,
28
28
username : string ,
29
- videoReference : VideoReference ,
29
+ videoReference : VideoReference [ "content" ] ,
30
30
inviteToken ?: string ,
31
31
subscribeToNewsletter ?: boolean
32
32
) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export function verify(
18
18
apiBase : string ,
19
19
authToken : string ,
20
20
memberId : MemberId ,
21
- videoReference : VideoReference
21
+ videoReference : VideoReference [ "content" ]
22
22
) {
23
23
const apiCall : VerifyMemberApiCall = {
24
24
location : verifyMemberApiLocation ,
You can’t perform that action at this time.
0 commit comments