UNPKG
alignai
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Server-side Align AI SDK for Node.js
alignai
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
import
{
EventProperties
_CustomPropertyValue }
from
"./buf/event_pb"
;
import
{
CustomProperties
}
from
"./events"
;
export
declare
function
serializeCustomProperties
(
props
:
CustomProperties
):
Record
<
string
,
EventProperties
_CustomPropertyValue>;