MCPcopy
hub / github.com/BuilderIO/mitosis / Entry

Interface Entry

e2e/e2e-app/e2e-output.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const prettier = require('prettier');
4
5export interface Entry {
6 caseName: string;
7 target: string;
8 ok: boolean;
9}
10
11const friendlyCaseNames: Record<string, string> = {
12 '01-one-component': 'Single Component',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected