Skip to content

Commit 13b2b4f

Browse files
authored
Merge pull request #54 from ClearBlade/update-init-callback-typedef
Update init callback typedef
2 parents 85da11c + cd413b3 commit 13b2b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ interface InitOptions {
3636
systemSecret: string;
3737
masterSecret?: string;
3838
logging?: boolean;
39-
callback?: CbCallback<any>;
39+
callback?: CbCallback<APIUser>;
4040
email?: string;
4141
password?: string;
4242
registerUser?: boolean;

0 commit comments

Comments
 (0)