import { ImageTheme } from "./ImageTheme";

export interface Poster {
  uri?: string;
  width?: number;
  height?: number;
  theme?: ImageTheme;
}
