export interface IAttachment { poster_blurhash?: string; posters: { jpg: { small: string; large: string; big: string; medium: string; full: string; }; webp: { small: string; large: string; big: string; medium: string; full: string; }; }; covers?: { jpg: { big: string; preview?: null; }; webp: { big: string; preview?: null; }; }; }