Type Alias ServerQR

ServerQR: {
    code: string;
    deep_link_url: string;
    prefilled_message: string;
    qr_image_url?: string;
}