BlockingFunction interface

驗證封鎖觸發條件的函式類型。

這個類型是驗證封鎖觸發條件的特殊 JavaScript 函式,會將 Express `Request``Response` 物件做為唯一的引數。

簽名:

export interface BlockingFunction