We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91159cc commit cd413b3Copy full SHA for cd413b3
index.d.ts
@@ -36,7 +36,7 @@ interface InitOptions {
36
systemSecret: string;
37
masterSecret?: string;
38
logging?: boolean;
39
- callback?: CbCallback<any>;
+ callback?: CbCallback<APIUser>;
40
email?: string;
41
password?: string;
42
registerUser?: boolean;
0 commit comments