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