Type alias AuthdReq<T>

AuthdReq<T>: T & {
    auth: ReqInfo;
}

An Express Request object with an additional auth property containing ReqInfo for the request

Type Parameters

  • T

Type declaration

Generated using TypeDoc