type SenderRoutingCodes = {
    routingCodeKey: string;
    routingCodeValue: string;
};
export type { SenderRoutingCodes };
