You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mfcarroll! Thanks for birnging this to our attention. The team is at a conference this week, but we'll work on getting the definitions added once they're back.
The
deno-slack
versionsDeno runtime version
OS info
Describe the bug
The deno api is missing definitions for the new file upload functions.
Steps to reproduce
Use
client.files.getUploadURLExternal()
orclient.files.completeUploadExternal()
functions.Expected result
deno-ts to show the properties for these functions, and not complain.
Actual result
Property 'getUploadURLExternal' does not exist on type 'FilesAPIType'. deno-ts(2339)
The code itself works fine. There is no actual error.
Thanks
The text was updated successfully, but these errors were encountered: