UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

7 lines (6 loc) 268 B
import { Guard } from "./guard"; import { UserDetails } from "../user-details"; import { Abstracts } from "../../routes/abstracts"; export declare class AuthenticatedGuard implements Guard { canAccess(user: UserDetails, info: Abstracts<any, any, any>): boolean; }