fix: remove all linter errors
This commit is contained in:
@@ -56,12 +56,10 @@ export interface ContentDetails {
|
||||
definition: string;
|
||||
caption: string;
|
||||
licensedContent: boolean;
|
||||
contentRating: ContentRating;
|
||||
contentRating: Record<string, unknown>;
|
||||
projection: string;
|
||||
}
|
||||
|
||||
export interface ContentRating {}
|
||||
|
||||
export interface Statistics {
|
||||
viewCount: string;
|
||||
likeCount: string;
|
||||
|
||||
Reference in New Issue
Block a user