Type Alias ClientStreamError

ClientStreamError: {
    details: string;
    error: "stream";
    serverUrl: string;
    status: "error";
}