BlobOptionalType: BlobDefined extends true
    ? Blob
    : Unavailable

A checked type that resolves to Blob if it is defined as more than a stub, otherwise resolves to 'never' so as not to widen the type of unions containing Blob excessively.