Spaces:
Sleeping
Sleeping
| /** | |
| * 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; | |