Skip to content

customEmojiIconSchema

const customEmojiIconSchema: ZodObject<{ custom_emoji: ZodObject<{ id: ZodUUID; name: ZodOptional<ZodString>; url: ZodOptional<ZodURL>; }, $strip>; type: ZodLiteral<"custom_emoji">; }, $strip>

Defined in: src/schemas/icon.schema.ts:61

Custom emoji icon.