YuriyKrasilnikov commented on PR #37516: URL: https://github.com/apache/superset/pull/37516#issuecomment-3812387464
## Added in bd6a3d62ec ### TypeScript interface for `timing` field Added `timing` to `ChartDataResponseResult` interface in `superset-frontend/packages/superset-ui-core/src/query/types/QueryResponse.ts`. This keeps frontend TypeScript types in sync with the backend Python schema (`ChartDataTimingSchema`), enabling: - Type safety for frontend code accessing `response.timing` - IDE autocomplete for developers - Compile-time type checking The field is optional (`timing?:`) so existing code/tests continue to work without changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
