FigmaResponse: {
    componentSets: Record<string, any>;
    components: Components;
    document: Document;
    editorType: string;
    lastModified: string;
    linkAccess: string;
    name: string;
    role: string;
    schemaVersion: number;
    styles: Styles;
    thumbnailUrl: string;
    version: string;
}

Type declaration

  • componentSets: Record<string, any>
  • components: Components
  • document: Document
  • editorType: string
  • lastModified: string
  • linkAccess: string
  • name: string
  • role: string
  • schemaVersion: number
  • styles: Styles
  • thumbnailUrl: string
  • version: string

Generated using TypeDoc