interface BlobCollection {
    blobs: BlobDescriptor[];
    name: string;
}

Properties

Properties

name: string