import { ShipmentDate } from 'types';

export interface RequestExtraOptions {
	label_date?: string; // ISO string
}
