MCPcopy Index your code
hub / github.com/resend/react-email / Category

Interface Category

apps/web/components/structure.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export const pathToComponents = path.resolve(process.cwd(), './components');
4
5export interface Category {
6 name: string;
7 description: string;
8 components: Component[];
9}
10
11export interface Component {
12 slug: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected