fix: set extra

This commit is contained in:
Kyle Fang
2021-12-26 15:04:33 +08:00
parent 691778db4a
commit 44a67335af

View File

@@ -63,7 +63,7 @@ export interface AuthController<UserType extends User = User> {
* e.g: Additional user data fetched from a Firestore document, or custom
* claims
*/
setExtra: (extra: any) => void;
setExtra: (extra: AuthControllerExtra) => void;
/**
* Delegate in charge of connecting to a backend and performing the auth