import { ShippingWcInterface } from 'wc-api-types'; /** * * * @export * @description Order (and similar) shipping data * @extends {ShippingWcInterface} */ export interface ShippingAtumInterface extends ShippingWcInterface { // }