This commit is contained in:
Benjamin Toby
2025-01-20 08:26:15 +01:00
parent fdd3913f4f
commit 3695a75919
15 changed files with 87 additions and 13 deletions
+2
View File
@@ -1073,6 +1073,7 @@ export type APIGoogleLoginFunctionParams = {
additionalData?: {
[key: string]: string | number;
};
debug?: boolean;
};
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
/**
@@ -1088,6 +1089,7 @@ export type HandleSocialDbFunctionParams = {
supEmail?: string;
additionalFields?: string[];
useLocal?: boolean;
debug?: boolean;
};
export type HandleSocialDbFunctionReturn = {
success: boolean;