type Ref = { ref: string[]; }; export type Hook = { query: string; input: Record; output?: { [key: string]: Ref; }; };