Vinyl
    Preparing search index...

    Interface InternalURLInfo

    interface InternalURLInfo {
        contentFormat?: string;
        contentSize?: number;
        md5Hash?: string;
        sha1Hash?: string;
        sha256Hash?: string;
        url?: string;
    }
    Index

    Properties

    contentFormat?: string
    contentSize?: number
    md5Hash?: string
    sha1Hash?: string
    sha256Hash?: string
    url?: string