variable emojiPredicate

readonly
emojiPredicate: z.ZodEffects<z.ZodObject<{  id: z.ZodOptional<z.ZodString>;  name: z.ZodOptional<z.ZodString>;  animated: z.ZodOptional<z.ZodBoolean>;}, "strict", z.ZodTypeAny, {  id?: string | undefined;  name?: string | undefined;  animated?: boolean | undefined;}, {  id?: string | undefined;  name?: string | undefined;  animated?: boolean | undefined;}>, {  id?: string | undefined;  name?: string | undefined;  animated?: boolean | undefined;}, {  id?: string | undefined;  name?: string | undefined;  animated?: boolean | undefined;}>
z.ZodEffects<z.ZodObject<{ id: z.ZodOptional<z.ZodString>; name: z.ZodOptional<z.ZodString>; animated: z.ZodOptional<z.ZodBoolean>;}, "strict", z.ZodTypeAny, { id?: string | undefined; name?: string | undefined; animated?: boolean | undefined;}, { id?: string | undefined; name?: string | undefined; animated?: boolean | undefined;}>, { id?: string | undefined; name?: string | undefined; animated?: boolean | undefined;}, { id?: string | undefined; name?: string | undefined; animated?: boolean | undefined;}>