export type ImageSourceOptions = {
  thumbnailAPIParams: { [parmaName: string]: string }
};
