mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
Merge 73d7251172
into 3ef89246ba
This commit is contained in:
commit
74a55d0eb8
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue