UNPKG

@kontent-ai/management-sdk

Version:
9 lines (8 loc) 561 B
import { WebSpotlightContracts } from '../../contracts'; import { WebSpotlightModels } from '../../models'; import { BaseResponses } from '../base-responses'; export declare namespace WebSpotlightResponses { class WebSpotlightStatusResponse extends BaseResponses.BaseContentManagementResponse<WebSpotlightContracts.IWebSpotlightStatus, WebSpotlightModels.WebSpotlightStatus> { constructor(debug: BaseResponses.IContentManagementResponseDebug, rawData: WebSpotlightContracts.IWebSpotlightStatus, data: WebSpotlightModels.WebSpotlightStatus); } }