import InterfaceComponent from './interface.vue'; export default { id: 'custom', name: 'Custom', icon: 'box', description: 'This is my custom interface!', component: InterfaceComponent, options: null, types: ['string'], };