Updates
This commit is contained in:
Vendored
+3
@@ -1057,6 +1057,9 @@ export type APIGoogleLoginFunctionParams = {
|
||||
token: string;
|
||||
database: string;
|
||||
additionalFields?: string[];
|
||||
additionalData?: {
|
||||
[key: string]: string | number;
|
||||
};
|
||||
};
|
||||
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
|
||||
/**
|
||||
|
||||
@@ -1265,6 +1265,7 @@ export type APIGoogleLoginFunctionParams = {
|
||||
token: string;
|
||||
database: string;
|
||||
additionalFields?: string[];
|
||||
additionalData?: { [key: string]: string | number };
|
||||
};
|
||||
|
||||
export type APIGoogleLoginFunction = (
|
||||
|
||||
Reference in New Issue
Block a user