UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

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