/** @description Packing slip details for a fulfillment brand */
export interface PackingSlip {
    /** @description The url from which the packing slip can be downloaded */
    url?: string;
}
