sin-github-issues / src /contracts.ts
ZOEsolar123's picture
Deploy A2A-SIN-GitHub-Issues with a2a HTTP server fix
3a18e6e verified
Raw
History Blame
350 Bytes
/**
* Legacy contracts file — retained for backward compatibility.
* The canonical action type is now `GitHubAgentAction` in `runtime.ts`.
*/
export type { GitHubAgentAction } from './runtime.js';
/** @deprecated Use `GitHubAgentAction` from `./runtime.js` instead. */
export type GitHubIssuesAction = import('./runtime.js').GitHubAgentAction;