Verbrauchsausweis Gewerbe

This commit is contained in:
Moritz Utcke
2025-03-11 18:54:03 -03:00
parent c588f69b0c
commit b1d2a40534
8 changed files with 95 additions and 55 deletions

View File

@@ -14,7 +14,9 @@ export const PATCH = defineApiRoute({
aufnahme_id: true,
updated_at: true,
created_at: true
}),
}).merge(z.object({
startdatum: z.coerce.date()
})),
output: z.void(),
headers: {
"Authorization": z.string()