-
Notifications
You must be signed in to change notification settings - Fork 257
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
feat: add types to parse streams webhook data #713
Conversation
|
…into feat/export-utils-in-umbrella
…into feat/export-utils-in-umbrella
I wonder, maybe we should move streams types (EvmStream, EvmStreamResult etc) to a new package: |
Interesting point. Do you think there will be any use-cases to use these types directly in the client? I think that this feature is mostly backend-only, and that the frontend will used partial data from this, mainly via specific endpoints/database lookups. If there is no use-case then I'd prefer to keep it simple and contained in the streams package. |
fix: streams-typings
Version Packages
Fix/demo app headers
Signed-off-by: Alexandre Ferreira <alexjorgef@protonmail.com>
feat: Data tracking on Product usage
name: 'Pull request'
about: A new pull request
New Pull Request
Checklist
Issue Description
Related issue: #
FILL_THIS_OUT
Solution Description