UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

8 lines (7 loc) 190 B
export interface Config { APPWRITE_ENDPOINT: string; APPWRITE_PROJECT_ID: string; APPWRITE_DATABASE_ID: string; AWS_REGION: string; DELETE_REMOVED_ATTRIBUTES: boolean; }