UNPKG

@devvai/devv-code-backend

Version:

Backend SDK for Devv Code - Provides authentication, data management, email and AI capabilities

5 lines (4 loc) 165 B
import type { SendEmailOptions, EmailResponse } from './types'; export declare class DevvEmail { sendEmail(options: SendEmailOptions): Promise<EmailResponse>; }