3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-16 14:45:02 +00:00
This commit is contained in:
rubyowo 2025-02-16 15:49:08 +04:00 committed by GitHub
commit 0d6bb7ccb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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