Skip to content

Commit

Permalink
Applying documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2022
1 parent f6869bd commit 250316f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ A context generator is a user-supplied callback that is evaluated for each event
<b>Signature:</b>

```typescript
type ContextGenerator = (args?: ContextEvent) => SelfDescribingJson;
type ContextGenerator = (args?: ContextEvent) => SelfDescribingJson | SelfDescribingJson[] | undefined;
```
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ A context generator is a user-supplied callback that is evaluated for each event
<b>Signature:</b>

```typescript
type ContextGenerator = (args?: ContextEvent) => SelfDescribingJson;
type ContextGenerator = (args?: ContextEvent) => SelfDescribingJson | SelfDescribingJson[] | undefined;
```

0 comments on commit 250316f

Please sign in to comment.