Type Alias ServerRetrieveQRResponse

ServerRetrieveQRResponse:
    | { data: ServerQR[] }
    | NoServerError
    | ServerErrorResponse