Amazon Vinyl
    Preparing search index...

    Interface RepresentationMimeInfo

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