@opengis/fastify-table
Version:
core-plugins
12 lines • 403 B
TypeScript
import { ExtendedPG } from "../../types/core.js";
export default function addUserNotification({ subject, body, link, addressee, author, entity, type, pg, }: {
subject?: string;
body: string;
link?: string;
addressee: string | number;
author: string | number;
entity?: string;
type?: string;
pg?: ExtendedPG;
}): Promise<any>;
//# sourceMappingURL=addNotification.d.ts.map