datasquirel/dist/client/auth/logout.d.ts
Benjamin Toby a3561da53d Updates
2025-01-10 20:35:05 +01:00

9 lines
301 B
TypeScript

/**
* Login with Google Function
* ===============================================================================
* @description This function uses google identity api to login a user with datasquirel
*/
export default function logout(params: {
[s: string]: any;
} | null): Promise<boolean>;