auth error
Type '({ credential }: CredentialResponse) => Promise<void | AuthActionResponse>' is not assignable to type '(params: any) => Promise<AuthActionResponse>'.
Type 'Promise<void | AuthActionResponse>' is not assignable to type 'Promise<AuthActionResponse>'.
Type 'void | AuthActionResponse' is not assignable to type 'AuthActionResponse'.
Type 'void' is not assignable to type 'AuthActionResponse'.ts(2322)
auth.d.ts(54, 5): The expected type comes from property 'login' which is declared here on type 'AuthBindings'
(property) login: (params: any) => Promise<AuthActionResponse>
Type 'Promise<void | AuthActionResponse>' is not assignable to type 'Promise<AuthActionResponse>'.
Type 'void | AuthActionResponse' is not assignable to type 'AuthActionResponse'.
Type 'void' is not assignable to type 'AuthActionResponse'.ts(2322)
auth.d.ts(54, 5): The expected type comes from property 'login' which is declared here on type 'AuthBindings'
(property) login: (params: any) => Promise<AuthActionResponse>
