Open bogdan00 opened 7 years ago
field deeplink is not camelCased
export interface GetInvitationResult { deeplink: any; invitationId: any; }
should be
export interface GetInvitationResult { deepLink: any; invitationId: any; }
Looks like this was corrected. Not sure when it will be published.
Thanks, and indeed it was corrected. I'll publish once the TypeScript port I'm working on is finished.
field deeplink is not camelCased
should be