variable textInputPredicate

readonly
textInputPredicate: z.ZodObject<{  type: z.ZodLiteral<ComponentType.TextInput>;  custom_id: z.ZodString;  label: z.ZodString;  style: z.ZodNativeEnum<typeof TextInputStyle>;  min_length: z.ZodOptional<z.ZodNumber>;  max_length: z.ZodOptional<z.ZodNumber>;  placeholder: z.ZodOptional<z.ZodString>;  value: z.ZodOptional<z.ZodString>;  required: z.ZodOptional<z.ZodBoolean>;}, "strip", z.ZodTypeAny, {  custom_id: string;  label: string;  style: TextInputStyle;  type: ComponentType.TextInput;  value?: string | undefined;  placeholder?: string | undefined;  min_length?: number | undefined;  max_length?: number | undefined;  required?: boolean | undefined;}, {  custom_id: string;  label: string;  style: TextInputStyle;  type: ComponentType.TextInput;  value?: string | undefined;  placeholder?: string | undefined;  min_length?: number | undefined;  max_length?: number | undefined;  required?: boolean | undefined;}>
z.ZodObject<{ type: z.ZodLiteral<ComponentType.TextInput>; custom_id: z.ZodString; label: z.ZodString; style: z.ZodNativeEnum<typeof TextInputStyle>; min_length: z.ZodOptional<z.ZodNumber>; max_length: z.ZodOptional<z.ZodNumber>; placeholder: z.ZodOptional<z.ZodString>; value: z.ZodOptional<z.ZodString>; required: z.ZodOptional<z.ZodBoolean>;}, "strip", z.ZodTypeAny, { custom_id: string; label: string; style: TextInputStyle; type: ComponentType.TextInput; value?: string | undefined; placeholder?: string | undefined; min_length?: number | undefined; max_length?: number | undefined; required?: boolean | undefined;}, { custom_id: string; label: string; style: TextInputStyle; type: ComponentType.TextInput; value?: string | undefined; placeholder?: string | undefined; min_length?: number | undefined; max_length?: number | undefined; required?: boolean | undefined;}>