@@ -0,0 +1,6 @@
export interface TitleImage {
id: number;
url: string;
type: 'backdrop' | 'poster';
source: 'local' | 'tmdb';
}
The note is not visible to the blocked user.