Skip to content

Commit ea18eec

Browse files
committed
feat(api): add trackEvent definition to API spec
1 parent 1a6a864 commit ea18eec

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

api.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,23 @@
508508
"isAsync": false,
509509
"args": [],
510510
"returnType": "string"
511+
},
512+
{
513+
"name": "trackEvent",
514+
"isAsync": false,
515+
"args": [
516+
{
517+
"name": "name",
518+
"type": "string",
519+
"optional": false
520+
},
521+
{
522+
"name": "properties",
523+
"type": "Record<string, unknown>",
524+
"optional": true
525+
}
526+
],
527+
"returnType": "void"
511528
}
512529
],
513530
"properties": [

0 commit comments

Comments
 (0)