Function: add()
> add(...activities): void
Defined in: src/registries/RegisteredActivities.ts:17
Save an activity in the registered activities. If the activity already exists, it will be overwritten.
Parameters
activities
...(ActivityInterface | ActivityInterface[])[]
The activity to save.
Returns
void