Skip to content

emojiSchema

const emojiSchema: ZodObject<{ emoji: ZodString; type: ZodLiteral<"emoji">; }, $strip>

Defined in: src/schemas/emoji.schema.ts:15

Notion emoji object schema.

You can use emojis as icons for pages, databases, and other objects. This schema stores the emoji character as a string.

Notion API reference: https://developers.notion.com/reference/emoji-object