variable modalPredicate

readonly
modalPredicate: z.ZodObject<{  title: z.ZodString;  custom_id: z.ZodString;  components: z.ZodArray<z.ZodObject<{    type: z.ZodLiteral<ComponentType.ActionRow>;    components: z.ZodArray<z.ZodObject<{      type: z.ZodLiteral<ComponentType.TextInput>;    }, z.core.$strip>>;  }, z.core.$strip>>;}, z.core.$strip>