We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6651f commit a72b4a9Copy full SHA for a72b4a9
src/common/data/table-data/index.ts
@@ -1,3 +1,4 @@
1
export { TableDataClient } from './table-data-client/table-data-client';
2
export { TableDataRequest } from './table-data-client/table-data-request';
3
-export { TableDataResponse } from './table-data-client/table-data-response';
+export { TableDataResponse } from './table-data-client/table-data-response';
4
+export { TableDataFormDataBuilder } from './table-data-form-data-builder/table-data-form-data-builder';
0 commit comments