@queryeer/api
v0.12.0
Published
TypeScript API contracts for Queryeer Desktop plugins
Readme
@queryeer/api
TypeScript API contracts and types for building Queryeer extensions. This package provides the core interfaces, contracts, and type definitions that extension authors use to integrate with the Queryeer desktop application.
Installation
npm install @queryeer/apiUsage
import { CommandExtension } from '@queryeer/api';
import { BackendGateway } from '@queryeer/api/backend';Sub-path exports
| Export path | Description |
|-------------|-------------|
| @queryeer/api | Core extension contracts (commands, files, shell, workspace) |
| @queryeer/api/backend | Backend gateway and IPC contracts |
License
MIT
