Represents the configuration for 404 (Not Found) error handling in the Mintlify documentation site.
public class Error404Config
[JsonPropertyName("redirect")] public bool? Redirect { get; set; }