Type alias BlobMetadata

BlobMetadata: {
    sha256: string;
    size: number;
    type?: string;
    uploaded: number;
}

Type declaration

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