mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-16 22:55:03 +00:00
Merge 73d7251172
into eb5fda8d19
This commit is contained in:
commit
0d6bb7ccb0
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ export const zEmbedInput = z.object({
|
||||||
z.object({
|
z.object({
|
||||||
name: z.string(),
|
name: z.string(),
|
||||||
url: z.string().optional(),
|
url: z.string().optional(),
|
||||||
|
icon_url: z.string().optional(),
|
||||||
width: z.number().optional(),
|
width: z.number().optional(),
|
||||||
height: z.number().optional(),
|
height: z.number().optional(),
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue