@coinbase/agentkit
Version:
Coinbase AgentKit core primitives
13 lines (12 loc) • 464 B
TypeScript
import { z } from "zod";
/**
* Action schemas for the onramp action provider.
*
* This file contains the Zod schemas that define the shape and validation
* rules for action parameters in the onramp action provider.
*/
/**
* Example action schema demonstrating various field types and validations.
* Replace or modify this with your actual action schemas.
*/
export declare const GetOnrampBuyUrlActionSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;