type Classification = {
    mcc: string;
    sic: string;
    revenue_class: string;
    emp_class: string;
    channel_type: string;
    custom: string;
};
export type { Classification };
