This commit is contained in:
Benjamin Toby
2024-12-28 08:03:57 +01:00
parent d2ff524d86
commit e7fafc1bb6
10 changed files with 41 additions and 46 deletions
+3
View File
@@ -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>;
/**
+1
View File
@@ -1265,6 +1265,7 @@ export type APIGoogleLoginFunctionParams = {
token: string;
database: string;
additionalFields?: string[];
additionalData?: { [key: string]: string | number };
};
export type APIGoogleLoginFunction = (