This website requires JavaScript.
Explore
Help
Sign In
nyrn
/
openclaw
mirror of
https://github.com/openclaw/openclaw.git
Watch
1
Star
0
Fork
You've already forked openclaw
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
627fa3083b
openclaw
/
src
/
config
/
types.cron.ts
6 lines
99 B
TypeScript
Raw
Blame
History
export
type
CronConfig
=
{
enabled?
:
boolean
;
store?
:
string
;
maxConcurrentRuns?
:
number
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink