mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
formatting
This commit is contained in:
parent
01db45f892
commit
37afdf755e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { GuildSavedMessages } from "../../data/GuildSavedMessages.js";
|
||||||
import { GuildTags } from "../../data/GuildTags.js";
|
import { GuildTags } from "../../data/GuildTags.js";
|
||||||
import { zEmbedInput } from "../../utils.js";
|
import { zEmbedInput } from "../../utils.js";
|
||||||
|
|
||||||
const zEmbeds = z.object({embeds: z.array(zEmbedInput)})
|
const zEmbeds = z.object({ embeds: z.array(zEmbedInput) });
|
||||||
export const zTag = z.union([z.string(), zEmbeds]);
|
export const zTag = z.union([z.string(), zEmbeds]);
|
||||||
export type TTag = z.infer<typeof zTag>;
|
export type TTag = z.infer<typeof zTag>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue