UNPKG
@difizen/ai-flow
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Scalable, out-of-the-box, agent-oriented flow
@difizen/ai-flow
/
es
/
constants
/
constant.d.ts
9 lines
(8 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
NodeDataType
}
from
"../interfaces/flow"
;
export
declare
const
IS_MAC
:
boolean
;
export
declare
const
defaultShortcuts
: {
name
:
string
;
shortcut
:
string
; }[];
export
declare
const
SAVE_DEBOUNCE_TIME
=
2000
;
export
declare
const
DefaultTemplateNodes
:
NodeDataType
[];