MCPcopy
hub / github.com/omkarcloud/botasaurus / ParseFunction

Interface ParseFunction

botasaurus-controls/src/index.ts:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159// Add this interface near the top with other type definitions
160interface ParseFunction<T> {
161 (value: any): T;
162}
163
164// Update the ControlInput type to include parse
165type ControlInput<V, P = {}> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected