UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

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