7 lines
323 B
TypeScript
7 lines
323 B
TypeScript
import { APIGoogleLoginFunctionParams } from "../../../../types";
|
|
import { APIResponseObject } from "../../../../types";
|
|
/**
|
|
* # API google login
|
|
*/
|
|
export default function apiGoogleLogin({ token, database, additionalFields, additionalData, debug, loginOnly, }: APIGoogleLoginFunctionParams): Promise<APIResponseObject>;
|