Type alias Image

Image: {
    domain: string;
    googleUrl: string;
    imageHeight: number;
    imageUrl: string;
    imageWidth: number;
    link: string;
    position: number;
    source: string;
    thumbnailHeight: number;
    thumbnailUrl: string;
    thumbnailWidth: number;
    title: string;
}

Type declaration

  • domain: string
  • googleUrl: string
  • imageHeight: number
  • imageUrl: string
  • imageWidth: number
  • link: string
  • position: number
  • source: string
  • thumbnailHeight: number
  • thumbnailUrl: string
  • thumbnailWidth: number
  • title: string

Generated using TypeDoc