import { Task } from '$prisma/client' export type Methods = { patch: { reqBody: Partial> status: 204 } delete: { status: 204 } }