UNPKG
@graphikartistry/cursor-doc-automation
Version:
latest (1.0.1)
1.0.1
1.0.0
Cursor IDE extension for autonomous documentation and ticket management
@graphikartistry/cursor-doc-automation
/
dist
/
config.d.ts
14 lines
(13 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
Config
{
github
: {
token
:
string
;
repository
:
string
;
baseBranch
:
string
; };
jira
: {
token
:
string
;
baseUrl
:
string
;
projectKey
:
string
; }; }
export
declare
function
loadConfig
(
):
Config
;