Type alias BlobDescriptor

BlobDescriptor: {
    sha256: string;
    size: number;
    type?: string;
    uploaded: number;
    url: string;
}

Type declaration

  • sha256: string
  • size: number
  • Optional type?: string
  • uploaded: number
  • url: string