Skip to content

Commit

Permalink
AUTOMATION: Generated new typescript files
Browse files Browse the repository at this point in the history
  • Loading branch information
ndla-at-knowit committed Jan 3, 2025
1 parent 508c905 commit 4c3829e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typescript/types-backend/article-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export interface IArticleV2DTO {
relatedContent: (IRelatedContentLinkDTO | number)[]
revisionDate?: string
slug?: string
disclaimer?: IDisclaimerDTO
}

export interface IAuthorDTO {
Expand All @@ -132,6 +133,11 @@ export interface ICopyrightDTO {
processed: boolean
}

export interface IDisclaimerDTO {
disclaimer: string
language: string
}

export interface ILicenseDTO {
license: string
description?: string
Expand Down

0 comments on commit 4c3829e

Please sign in to comment.