This commit is contained in:
Benjamin Toby
2025-07-18 19:44:23 +01:00
parent 05d6d13ef0
commit 5a4d4448a5
12 changed files with 9 additions and 29 deletions
-3
View File
@@ -968,7 +968,6 @@ export type APIGoogleLoginFunctionParams = {
};
debug?: boolean;
loginOnly?: boolean;
apiUserId?: string | number;
};
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
/**
@@ -985,7 +984,6 @@ export type HandleSocialDbFunctionParams = {
debug?: boolean;
loginOnly?: boolean;
social_id?: string | number;
apiUserId?: string | number;
};
export type HandleSocialDbFunctionReturn = {
success: boolean;
@@ -1925,7 +1923,6 @@ export type GoogleAuthParams = {
additionalData?: {
[s: string]: string | number;
};
apiUserID?: string | number;
debug?: boolean;
secureCookie?: boolean;
loginOnly?: boolean;