internetarchive-sdk-js
    Preparing search index...

    Interface UploadFileParams

    interface UploadFileParams {
        file: FileUpload;
        identifier: string;
        mediatype:
            | "data"
            | "collection"
            | "audio"
            | "etree"
            | "image"
            | "movies"
            | "software"
            | "texts"
            | "web";
    }
    Index

    Properties

    identifier: string
    mediatype:
        | "data"
        | "collection"
        | "audio"
        | "etree"
        | "image"
        | "movies"
        | "software"
        | "texts"
        | "web"