UNPKG

typenexus

Version:

TypeNexus is a good tool for API encapsulation and management. It provides a clean and lightweight way to package TypeORM functionality, helping you build applications faster while reducing template code redundancy and type conversion work.

9 lines (8 loc) 282 B
import { InternalServerError } from './InternalServerError.js'; /** * Thrown when authorizationChecker function is not defined in `TypeNexus` options. */ export declare class AuthorizationCheckerNotDefinedError extends InternalServerError { name: string; constructor(); }