UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

16 lines (15 loc) 552 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetOnrampBuyUrlActionSchema = void 0; const zod_1 = require("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. */ exports.GetOnrampBuyUrlActionSchema = zod_1.z.object({});