This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.mod backfills | |
.mod billing | |
.mod emojis | |
const { z } = await import('zod') | |
function run() { | |
const EmojiAccessParser = z.object({ | |
accessCategory: z.union([ | |
z.literal('followersOnly'), |