UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

5 lines (4 loc) 198 B
import { AppwriteHttpException } from './appwrite-http.exception'; export declare class AppwriteBadRequestException extends AppwriteHttpException { constructor(type: string, message: string); }