import Vue from 'vue'; import { Webhook } from '../../../stores/Webhooks'; export default class PluginSelect extends Vue { webhook: Webhook; }