MCPcopy
hub / github.com/colinhacks/zod / ZodResource

Interface ZodResource

packages/docs/components/ecosystem.tsx:4–10  ·  packages/docs/components/ecosystem.tsx::ZodResource

Source from the content-addressed store, hash-verified

2import type React from "react";
3
4interface ZodResource {
5 name: string;
6 url: string;
7 description: React.ReactNode;
8 slug: string;
9 stars?: number;
10}
11
12const apiLibraries: ZodResource[] = [
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected