MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / ConversionData

Interface ConversionData

packages/types/src/types.ts:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43// Messaging
44export interface ConversionData {
45 code: string;
46 settings: PluginSettings;
47 htmlPreview: HTMLPreview;
48 colors: SolidColorConversion[];
49 gradients: LinearGradientConversion[];
50 warnings: Warning[];
51}
52
53export type Warning = string;
54export type Warnings = Set<Warning>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected