We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8b862 commit b5c9e1cCopy full SHA for b5c9e1c
docs/typescript.md
@@ -76,7 +76,7 @@ the Functions Framework.
76
annotate the event payload type you expect.
77
78
```typescript
79
- import ff from '@google-cloud/functions-framework';
+ import * as ff from '@google-cloud/functions-framework';
80
81
interface PubSubData {
82
subscription: string;
0 commit comments