type BulkShipping = {
    enabled: boolean;
    address: string;
    address1: string;
    address2: string;
    city: string;
    state: string;
    postal_code: string;
    country: string;
};
export type { BulkShipping };
