import api from './api' import type { Plugin } from '@/types' export const pluginsApi = { getAll: () => api.get('/plugins'), }