SongGuess
    Preparing search index...
    type StreamDownload = {
        percentComplete: number;
        status: StreamDownloadStatus;
        url?: string;
    }
    Index

    Properties

    percentComplete: number

    Indicates the progress as a percentage between 0 and 100.

    The status of a generated download.

    url?: string

    The URL to access the generated download.