type VirtualCardsContent = {
    language_id: number;
    localization_id: number;
    address_1: string;
    address_2: string;
    postal_code: string;
    state: string;
    city: string;
    country: string;
};
export type { VirtualCardsContent };
