/** * CommonGrants Zod Schemas * * This module exports all Zod validation schemas for the CommonGrants protocol. * These schemas can be used for validation and type inference. * * @module @common-grants/sdk/schemas * @packageDocumentation */ export * from "./zod"; //# sourceMappingURL=index.d.ts.map