type SEPAInformation = {
    iban: string;
    bic: string;
};

export type { SEPAInformation };
