interface AuthRoutesHandlerContext {
    params: AuthRouteHandlerParams | Promise<AuthRouteHandlerParams>;
}

Properties

Properties