Skip to content

Commit

Permalink
Merge pull request #310 from prezly/feature/care-5862
Browse files Browse the repository at this point in the history
[CARE-5862] Add `screenshot` to the Coverage entry definition
  • Loading branch information
e1himself authored Aug 8, 2024
2 parents 42249c6 + 69895be commit f66edb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/CoverageEntry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface CoverageEntry {
note_content_text: string;
attachment: UploadedFile | UploadedImage | null;
attachment_oembed: OEmbedInfo | null;
screenshot: UploadedImage | null;

published_at: string | null;
created_at: string;
Expand Down

0 comments on commit f66edb0

Please sign in to comment.