UNPKG

@email-service/email-service

Version:

email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).

8 lines (7 loc) 233 B
import { ESPStandardizedError } from "../../types/error.type.js"; export declare const errorCode: { [key: number]: ESPStandardizedError; }; export declare const supressionListStatus: { [key: string]: ESPStandardizedError; };