Skip to content

Commit

Permalink
fix: LinkContentTypeValidationError contains a list of content types (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold authored Oct 6, 2021
1 parent 11b033d commit 64a8c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/validation-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface LinkMimetypeGroupValidationError extends BaseValidationError {

export interface LinkContentTypeValidationError extends BaseValidationError {
name: 'linkContentType'
contentTypeId: string
contentTypeId: string[]
}

export interface DateRangeValidationError extends BaseValidationError {
Expand Down

0 comments on commit 64a8c05

Please sign in to comment.