/** * Additional data, passed through the `additional_data` property accepted in HTTP * requests, that allows passing custom data and handle them in hooks. * * Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/api-routes/additional-data). */ export type AdditionalData = { /** * Additional data that can be passed through the `additional_data` property in HTTP requests. * * Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/api-routes/additional-data). */ additional_data?: Record; }; //# sourceMappingURL=additional_data.d.ts.map