Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type StoryChange does not include new external_links property #100

Closed
MattieTK opened this issue Apr 19, 2021 · 0 comments · Fixed by #101
Closed

Type StoryChange does not include new external_links property #100

MattieTK opened this issue Apr 19, 2021 · 0 comments · Fixed by #101

Comments

@MattieTK
Copy link
Contributor

Hi there,

I get this type error when building and trying to add a change via clubhouseClient.updateStory that includes external_links as a property, even though this works with type safety off.

Type error: Argument of type '{ external_links: any[]; }' is not assignable to parameter of type 'StoryChange'.
--

I think it's because in Types.ts there's no entry for external_links in the StoryChange type.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant