UNPKG
n8n-nodes-recallio
Version:
latest (1.3.8)
1.3.8
1.2.9
1.2.8
1.2.6
1.1.6
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
RecallioAI Memory node for n8n
recallio.ai
RecallIO/n8n-nodes-recallio
n8n-nodes-recallio
/
dist
/
nodes
/
utils
/
helpers.d.ts
3 lines
(2 loc)
•
154 B
TypeScript
View Raw
1
2
3
import
type
{
ISupplyDataFunctions
}
from
'n8n-workflow'
;
export
declare
function
getSessionId
(
context
:
ISupplyDataFunctions
,
itemIndex
:
number
):
string
;