Skip to content

Commit

Permalink
docs: Update typescript.md (#514)
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Lewis III <[email protected]>
  • Loading branch information
anishkargaonkar and josephlewis42 authored Jun 6, 2023
1 parent fe8b862 commit b5c9e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ the Functions Framework.
annotate the event payload type you expect.

```typescript
import ff from '@google-cloud/functions-framework';
import * as ff from '@google-cloud/functions-framework';

interface PubSubData {
subscription: string;
Expand Down

0 comments on commit b5c9e1c

Please sign in to comment.