redacted linkedin
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s

This commit is contained in:
BOTAlex 2025-10-09 06:33:16 +02:00
parent c1c3090a2f
commit 2094b85e69
4 changed files with 33 additions and 19 deletions

View file

@ -2,6 +2,7 @@
import { z } from "zod";
const Link = z.object({
imageId: z.string().min(1).optional(),
text: z.string().min(1),
link: z.string().url(),
});