Type Alias ImageDetails

ImageDetails: {
    blurhash?: string;
    content_type: string;
    height: number;
    link: DbUrl;
    width: number;
}

Type declaration

  • Optionalblurhash?: string
  • content_type: string
  • height: number
  • link: DbUrl
  • width: number