variable sectionPredicate

readonly
sectionPredicate: z.ZodObject<{  components: z.ZodArray<z.ZodObject<{    content: z.ZodString;  }, z.core.$strip>>;  accessory: z.ZodUnion<readonly [z.ZodObject<{    type: z.ZodLiteral<ComponentType.Button>;  }, z.core.$strip>, z.ZodObject<{    type: z.ZodLiteral<ComponentType.Thumbnail>;  }, z.core.$strip>]>;}, z.core.$strip>