This commit is contained in:
Benjamin Toby
2025-01-20 08:50:36 +01:00
parent c210e6ca46
commit 16191975f9
11 changed files with 17 additions and 5 deletions
+1
View File
@@ -1074,6 +1074,7 @@ export type APIGoogleLoginFunctionParams = {
[key: string]: string | number;
};
debug?: boolean;
useLocal?: boolean;
};
export type APIGoogleLoginFunction = (params: APIGoogleLoginFunctionParams) => Promise<APILoginFunctionReturn>;
/**