Vinyl
    Preparing search index...

    Interface RepresentationMimeInfo

    interface RepresentationMimeInfo {
        contentType: null | ContentType;
        mimeType: null | string;
    }
    Index

    Properties

    contentType: null | ContentType
    mimeType: null | string