A fetch-shaped function used by SendGridProvider so it stays
runtime-agnostic and testable.
(url: string,init?: RequestInit) => Promise<Response>
A fetch-shaped function used by SendGridProvider so it stays
runtime-agnostic and testable.
(url: string,init?: RequestInit) => Promise<Response>
import { type IMailHttp } from "mail-plugin/src/index.ts";