UNPKG
runlog
Version:
latest (0.10.2)
0.10.2
0.10.1
0.10.0
CLI tool for uploading Claude Code conversations to runlog.io
runlog.io
TensorPoet/runlog-cli
runlog
/
dist
/
config.d.ts
7 lines
•
179 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Config
{
apiEndpoint
:
string
;
claudeDir
:
string
;
clientId
:
string
; }
export
declare
function
getConfig
(
):
Config
;
//# sourceMappingURL=config.d.ts.map