UNPKG

@goldstack/template-email-send

Version:

Utilities for packages that implement email sending using AWS SES

4 lines 235 B
import { SESClient } from '@aws-sdk/client-ses'; export type CreateSESClientType = (sesClient?: SESClient) => SESClient; export declare function createSESClient(sesClient?: SESClient): SESClient; //# sourceMappingURL=mockedSES.d.ts.map