Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ Response
Interface
Response
packages/zed-js/src/types.ts:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
export
type
Key = string[];
9
10
export
interface
Response<T> {
11
kind: string;
12
value: T;
13
}
14
15
export
interface
PoolLoadArgs {
16
author: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected