MCPcopy
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

8export type Key = string[];
9
10export interface Response<T> {
11 kind: string;
12 value: T;
13}
14
15export interface PoolLoadArgs {
16 author: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected