type VoucherInfo = {
    order_id: number;
    type: number;
    source_type: number;
    template_id: number;
};
export type { VoucherInfo };
