Skip to content

Commit e87aa33

Browse files
committed
Add sendEmailVerification to auth-next
1 parent 0abf63c commit e87aa33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages-exp/auth-exp/src/model/action_code_info.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ export interface ActionCodeInfo {
3030
};
3131
operation: string;
3232
}
33+
34+
export interface ActionCodeInfo {
35+
data: {
36+
email: string | null;
37+
fromEmail: string | null;
38+
};
39+
operation: string;
40+
}

0 commit comments

Comments
 (0)