UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

6 lines (5 loc) 180 B
import { BaseException } from './base.exception'; export declare class RedirectException extends BaseException { redirectPath: string; constructor(redirectPath: string); }