sunrise-cms/handlers/admin-post/doUpdateCommittalType.d.ts

6 lines
206 B
TypeScript

import type { Request, Response } from 'express';
export default function handler(request: Request<unknown, unknown, {
committalType: string;
committalTypeId: string;
}>, response: Response): void;