Updates
This commit is contained in:
Vendored
+1
-1
@@ -1068,7 +1068,7 @@ export type APIGetUserFunctionParams = {
|
||||
*/
|
||||
export type APIGoogleLoginFunctionParams = {
|
||||
token: string;
|
||||
database: string;
|
||||
database?: string;
|
||||
additionalFields?: string[];
|
||||
additionalData?: {
|
||||
[key: string]: string | number;
|
||||
|
||||
Reference in New Issue
Block a user