export interface CreateType { type: string; } export interface ComponentOptions { name: string; title: string; category: number; parts: Array; }