redacted linkedin
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 15s
This commit is contained in:
parent
c1c3090a2f
commit
2094b85e69
4 changed files with 33 additions and 19 deletions
|
|
@ -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(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue