Type alias SuccessfulDereferenceMetadata<ContentType>

SuccessfulDereferenceMetadata<ContentType>: {
    contentType: ContentType;
}

Type Parameters

  • ContentType extends string = string

Type declaration

  • contentType: ContentType

    The Media Type of the returned contentStream SHOULD be expressed using this property if dereferencing is successful. The Media Type value MUST be expressed as an ASCII string.