UNPKG

@samepage/backend

Version:

Backend utilities for the apis of SamePage integrations

7 lines (6 loc) 129 B
declare const mockEmailLocally: (Body: { Html: { Data: string; }; }) => string; export default mockEmailLocally;