Interface IRawSpaceDetailsResponse

The raw data received when fetching the details of a given Space.

interface IRawSpaceDetailsResponse {
    data?: { audioSpace?: IAudioSpace };
    errors?: unknown[];
}

Properties

Properties

data?: { audioSpace?: IAudioSpace }
errors?: unknown[]