variable actionRowPredicate

readonly
actionRowPredicate: z.ZodObject<{  type: z.ZodLiteral<ComponentType.ActionRow>;  components: z.ZodUnion<readonly [z.ZodArray<z.ZodObject<{    type: z.ZodLiteral<ComponentType.Button>;  }, z.core.$strip>>, z.ZodArray<z.ZodObject<{    type: z.ZodLiteral<ComponentType.StringSelect | ComponentType.TextInput | ComponentType.UserSelect | ComponentType.RoleSelect | ComponentType.MentionableSelect | ComponentType.ChannelSelect>;  }, z.core.$strip>>]>;}, z.core.$strip>