/* eslint-disable */ import { IRawSpace } from '../base/Space'; /** * The raw data received when fetching the details of a given space. * * @public */ export interface ISpaceDetailsResponse extends IRawSpace {}