Interface YNCNeoHttpResponse

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

Properties

Properties

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