Updates
This commit is contained in:
Vendored
-2
@@ -1858,7 +1858,6 @@ export type APISendEmailCodeFunctionParams = {
|
||||
[s: string]: any;
|
||||
};
|
||||
extraCookies?: CookieObject[];
|
||||
dbUserId?: string | number;
|
||||
};
|
||||
export type SendEmailCodeParams = {
|
||||
apiKey?: string;
|
||||
@@ -1876,7 +1875,6 @@ export type SendEmailCodeParams = {
|
||||
extraCookies?: CookieObject[];
|
||||
useLocal?: boolean;
|
||||
apiVersion?: string;
|
||||
dbUserId?: string | number;
|
||||
/**
|
||||
* HTML string with {{code}} placeholder for the code
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user