Type Alias RelaxedValidationProblem<Specifics, T>

RelaxedValidationProblem: MakePropertyOptional<
    ValidationProblemProperties<Specifics, T>,
    "languageNode" | "severity" | "message",
>

Make some properties optional for convenience, since there are default values for them.

Type Parameters