This commit is contained in:
Benjamin Toby
2025-05-04 21:13:21 +01:00
parent cc29a3c107
commit cd4a2f7902
10 changed files with 42 additions and 81 deletions
-1
View File
@@ -1106,7 +1106,6 @@ export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => P
*/
export type HandleSocialDbFunctionParams = {
database?: string;
social_id: string | number;
email: string;
social_platform: string;
payload: any;