kibana/packages/kbn-generate-csv-types
Rachel Shen e35e924d92
[Reporting] Generate CSV Package (#151801)
## Summary

Partially resolves https://github.com/elastic/kibana/issues/150392 

This PR creates reporting related packages geared towards `Generate CSV`
functionality
- @kbn/generate-csv
- @kbn/generate-csv-types
- @kbn/reporting-common
- updated Readme.md for the @kbn/reporting plugin

### Checklist

- [x] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
Co-authored-by: Timothy Sullivan <tsullivan@elastic.co>
2023-04-13 10:27:35 -07:00
..
index.ts [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
kibana.jsonc [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
package.json [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
README.md [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00
tsconfig.json [Reporting] Generate CSV Package (#151801) 2023-04-13 10:27:35 -07:00

@kbn/generate-csv-types

This package includes interfaces specific to the @kbn/generate-csv package.