interface StartNode {
    cache: null;
    client: { status: "start" };
    error: null | DaVinciError;
    server: { status: "start" };
    status: "start";
}

Properties

cache: null
client: { status: "start" }
error: null | DaVinciError
server: { status: "start" }
status: "start"