OneSDK
    Preparing search index...

    Interface YNCNeoHttpResponse

    interface YNCNeoHttpResponse {
        lang: string;
        status: "success" | "failure";
        text: string;
    }
    Index

    Properties

    Properties

    lang: string
    status: "success" | "failure"
    text: string