@helia/verified-fetch
    Preparing search index...

    Interface ContentType

    interface ContentType {
        codecs: number[];
        disposition: "attachment" | "inline";
        etag: string;
        extension: string;
        immutable: boolean;
        mediaType: string;
    }
    Index

    Properties

    codecs: number[]

    A list of CID codecs that map to this content type

    disposition: "attachment" | "inline"

    Whether data of this type should be downloaded by default

    etag: string

    A suffix used in etags

    extension: string

    The file extension associated with this content type

    immutable: boolean

    If false this content-type is mutable so should have an etag prefixed with W/

    mediaType: string

    The media type of this content type