UNPKG
@iucteam/lot-agents
Version:
latest (0.0.2)
0.0.2
Agents for lot agentic framework
gitlab.com/iucteam/lot-agents
@iucteam/lot-agents
/
dist
/
infrastructure
/
Validators.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
ValidatorFcn
}
from
'./decorators/Validator'
;
export
declare
const
definedTaskInputValidator
:
ValidatorFcn
;