kaios-types
    Preparing search index...

    Interface AdoptDownloadDict

    Dictionary of parameters for adopting a download.

    interface AdoptDownloadDict {
        contentType?: string | null;
        startTime?: Date | null;
        storageName?: string | null;
        storagePath?: string | null;
        url?: string;
    }
    Index

    Properties

    contentType?: string | null

    The MIME type of the file.

    startTime?: Date | null

    The start time of the download.

    storageName?: string | null

    The name of the storage area.

    storagePath?: string | null

    The path within the storage area.

    url?: string

    The URL of the download.