UNPKG
laravelgpt
Version:
latest (0.61.5)
0.61.5
CLI tools for AI agents
github.com/laravelgpt/cursor-tools
laravelgpt/cursor-tools
laravelgpt
/
dist
/
commands
/
clickup
/
utils.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
CommandOptions
}
from
'../../types'
;
export
type
ClickUpOptions
=
CommandOptions
;
export
declare
function
formatDate
(
timestamp
:
unknown
):
string
;
export
declare
function
formatStatus
(
status
: { status:
string
; color:
string
; }
):
string
;