BlockingFunction interface

The function type for Auth Blocking triggers.

This type is a special JavaScript function for Auth Blocking triggers which takes Express `Request` and `Response` objects as its only arguments.

Signature:

export interface BlockingFunction