interface I_GEN_QR_RESPONSE {
    result: { image: string };
    state: number;
}

Properties

Properties

result: { image: string }
state: number