-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Usage Collection] [schema] reporting
+ add MappedType
support
#78591
[Usage Collection] [schema] reporting
+ add MappedType
support
#78591
Conversation
export interface AvailableTotal { | ||
available: boolean; | ||
total: number; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleted because it's duplicated in the file
728cf0c
to
f573a28
Compare
f573a28
to
82d5d46
Compare
reporting
reporting
+ add MappedType
support
💚 Build SucceededMetrics [docs]distributable file count
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Pinging @elastic/kibana-core (Team:Core) |
Summary
schema
definition to the collectorreporting
.MappedType
:{ [key in 'prop1' | 'prop2']: OtherType }
Related to #70180.
For maintainers