soundcloud-api-ts - v1.13.4
    Preparing search index...

    Type Alias RawResponse<T>

    Raw response from the SoundCloud API, including status code and headers.

    type RawResponse<T = unknown> = {
        data: T;
        headers: Record<string, string>;
        status: number;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    data: T

    Parsed response body

    headers: Record<string, string>

    Response headers as a plain object

    status: number

    HTTP status code