3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-06 10:37:19 +00:00
This commit is contained in:
rubyowo 2025-06-03 11:01:59 +04:00 committed by GitHub
commit 74a55d0eb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -257,6 +257,7 @@ export const zEmbedInput = z.strictObject({
z.object({
name: z.string(),
url: z.string().optional(),
icon_url: z.string().optional(),
width: z.number().optional(),
height: z.number().optional(),
}),