StacGetCollectionThumbnailResponse type

type StacGetCollectionThumbnailResponse = {
  blobBody?: Promise<Blob>
  readableStreamBody?: NodeReadableStream
}