-
Notifications
You must be signed in to change notification settings - Fork 0
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
Classes to define response structure from graylog #19
Comments
Merged
1 similar comment
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Graylog sends us data structures that follow patterns. Part of the power of TypeScript is being able to define classes that represent these structures, so that we can
For this issue, take the structures that we currently receive from graylog and define classes to represent it, then use them in place of objects.
The text was updated successfully, but these errors were encountered: