Closed aaronwhite closed 3 years ago
The API returns an "external_links" field on Story, but the Typescript type doesn't indicate this. Using ts-ignore allows clients to successfully access the data that is there.
Thanks for flagging this!
Replacing external_tickets with external_links is one of my upcoming tasks.
external_tickets
external_links
Released as part of clubhouse-lib@0.11.0.
clubhouse-lib@0.11.0
The API returns an "external_links" field on Story, but the Typescript type doesn't indicate this. Using ts-ignore allows clients to successfully access the data that is there.