Updates
This commit is contained in:
Vendored
+3
-3
@@ -3,6 +3,6 @@
|
||||
* ===============================================================================
|
||||
* @description This function uses google identity api to login a user with datasquirel
|
||||
*/
|
||||
export default function logout(params: {
|
||||
[s: string]: any;
|
||||
} | null): Promise<boolean>;
|
||||
export default function logout(params?: {
|
||||
googleClientId?: any;
|
||||
}): Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user