sunrise-cms/handlers/burialSites-post/doAddBurialSiteComment.d.ts

4 lines
268 B
TypeScript

import type { Request, Response } from 'express';
import { type AddBurialSiteCommentForm } from '../../database/addBurialSiteComment.js';
export default function handler(request: Request<unknown, unknown, AddBurialSiteCommentForm>, response: Response): Promise<void>;