HttpsFunction interface

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

この型は、Express の `Request` オブジェクトと `Response` オブジェクトを引数としてのみ受け取る特別な JavaScript 関数です。

署名:

export interface HttpsFunction