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
/
wait.d.ts
5 lines
(4 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
Command
,
CommandGenerator
,
CommandOptions
}
from
'../types'
;
export
declare
class
WaitCommand
implements
Command
{
execute
(
query
:
string
,
options
:
CommandOptions
):
CommandGenerator
; }