HttpsFunction interface

HTTPS トリガーの関数タイプ。 Cloud Function を定義するには、これを JavaScript ファイルからエクスポートする必要があります。

このタイプは、Expressの「Request 」オブジェクトと「Response」オブジェクトのみを引数として取る特別な JavaScript 関数です。

サイン:

export interface HttpsFunction