UNPKG

@notadd/authentication

Version:

Notadd Backend Package.

5 lines (4 loc) 175 B
import { CanActivate, ExecutionContext } from "@nestjs/common"; export declare class UserGuard implements CanActivate { canActivate(context: ExecutionContext): boolean; }