UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

11 lines (10 loc) 277 B
export interface AppwriteModuleOptions { endpoint: string; projectId: string; databaseId: string; awsRegion: string; useEnvVarsForSecrets: boolean; appwriteApiKeyName?: string; showEnvironmentVars?: boolean; deleteRemovedAttributes?: boolean; }