Skip to content

Commit d6f2167

Browse files
committedSep 27, 2024··
Support Coverage pdf_url
1 parent 59b9b8c commit d6f2167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/types/CoverageEntry.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export interface CoverageEntry {
4848
type: CoverageEntry.Type;
4949
country: CountryRef | null;
5050
culture: CultureRef | null;
51+
pdf_url: string | null;
5152
management_url: string | null;
5253
provider: CoverageEntry.Provider | null;
5354
fragment_duration: number | null;

0 commit comments

Comments
 (0)
Please sign in to comment.