This commit is contained in:
Benjamin Toby
2025-05-04 17:52:51 +01:00
parent c71c1c29ca
commit e4c6c995ef
12 changed files with 31 additions and 7 deletions
+2
View File
@@ -1266,6 +1266,7 @@ export type APIGoogleLoginFunctionParams = {
additionalFields?: string[];
additionalData?: { [key: string]: string | number };
debug?: boolean;
loginOnly?: boolean;
};
export type APIGoogleLoginFunction = (
@@ -1285,6 +1286,7 @@ export type HandleSocialDbFunctionParams = {
supEmail?: string;
additionalFields?: string[];
debug?: boolean;
loginOnly?: boolean;
};
export type HandleSocialDbFunctionReturn = {