type alias IMailHttp
Since 0.1.0

A fetch-shaped function used by SendGridProvider so it stays runtime-agnostic and testable.

Definition

(
url: string,
) => Promise<Response>

Usage

import { type IMailHttp } from "mail-plugin/src/index.ts";