UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

12 lines (11 loc) 225 B
import { z } from "zod"; /** * Input schema for find token action */ export declare const FindTokenSchema: z.ZodObject<{ search: z.ZodString; }, "strip", z.ZodTypeAny, { search: string; }, { search: string; }>;