yolkbot
    Preparing search index...

    Interface QueryResponseOK

    A successful response from Account.queryServices

    interface QueryResponseOK {
        ok: true;
        [key: string]: any;
    }

    Hierarchy

    Indexable

    • [key: string]: any

      Additional arguments from the server

    Index

    Properties

    Properties

    ok: true

    Whether the request succeeded at the NETWORK level (the server may also have returned a separate error)