From b5c9e1cc1f1faf6b0e2d97b1da938ada1e552f70 Mon Sep 17 00:00:00 2001 From: Anish Kargaonkar <32673168+anishkargaonkar@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:08:51 +0530 Subject: [PATCH] docs: Update typescript.md (#514) Co-authored-by: Joseph Lewis III --- docs/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/typescript.md b/docs/typescript.md index 4c1f2d52..0bbb4905 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -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;