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