/** @description Basic structure for a return label */
export interface ReturnLabelDetails {
    rma_number?: string;
}
