ISPO SDK
    Preparing search index...

    Interface HttpProjectRpcFetchResponse

    Markdown
    interface HttpProjectRpcFetchResponse {
        ok: boolean;
        status: number;
        json(): Promise<ProjectCommandJsonValue | ProjectDataPlaneResponse>;
    }
    Index
    ok: boolean
    status: number