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>;    }, "strip", z.ZodTypeAny, {      type: ComponentType.TextInput;    }, {      type: ComponentType.TextInput;    }>, "many">;  }, "strip", z.ZodTypeAny, {    type: ComponentType.ActionRow;    components: {      type: ComponentType.TextInput;    }[];  }, {    type: ComponentType.ActionRow;    components: {      type: ComponentType.TextInput;    }[];  }>, "many">;}, "strip", z.ZodTypeAny, {  title: string;  components: {    type: ComponentType.ActionRow;    components: {      type: ComponentType.TextInput;    }[];  }[];  custom_id: string;}, {  title: string;  components: {    type: ComponentType.ActionRow;    components: {      type: ComponentType.TextInput;    }[];  }[];  custom_id: string;}>