deepsource-mcp-server
Version:
Model Context Protocol server for DeepSource
8 lines • 317 B
JavaScript
/**
* @fileoverview GraphQL response interfaces for the DeepSource API
*
* This module defines type-safe interfaces for GraphQL responses from the DeepSource API.
* These interfaces help ensure that responses are properly typed throughout the codebase.
*/
export {};
//# sourceMappingURL=graphql-responses.js.map