UNPKG

@graphikartistry/cursor-doc-automation

Version:

Cursor IDE extension for autonomous documentation and ticket management

14 lines (13 loc) 269 B
export interface Config { github: { token: string; repository: string; baseBranch: string; }; jira: { token: string; baseUrl: string; projectKey: string; }; } export declare function loadConfig(): Config;