SongGuess
    Preparing search index...

    Type Alias StreamDownloadGetResponse

    An object with download type keys. Each key is optional and only present if that download type has been created.

    type StreamDownloadGetResponse = {
        audio?: StreamDownload;
        default?: StreamDownload;
    }
    Index

    Properties

    Properties

    The audio-only download. Only present if this download type has been created.

    default?: StreamDownload

    The default video download. Only present if this download type has been created.