@opengis/fastify-table
Version:
core-plugins
15 lines • 567 B
TypeScript
import type { ExtendedPG } from "../../../types/core.js";
export default function notification({ pg, provider, from, to, template, table, message, title, data, id, nocache, }: {
pg: ExtendedPG;
provider?: string[];
from?: string;
to: string;
template?: string;
table?: string;
message?: string;
title?: string;
data?: Record<string, any>;
id?: string;
nocache?: any;
}, unittest?: boolean): Promise<string | import("nodemailer/lib/smtp-pool/index.js").SentMessageInfo | null>;
//# sourceMappingURL=sendNotification.d.ts.map