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
Is your feature request related to a problem? Please describe.
Up until now, the library has had zero dependencies, but it makes more sense to include Slack's own types.
Describe the solution you'd like
Remove SlackDto classes
The build() methods should only return an object literal, aligned with Slack's types
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Up until now, the library has had zero dependencies, but it makes more sense to include Slack's own types.
Describe the solution you'd like
SlackDto
classesbuild()
methods should only return an object literal, aligned with Slack's typesThe text was updated successfully, but these errors were encountered: