UNPKG

@kontent-ai/management-sdk

Version:
10 lines (9 loc) 510 B
import { IResponse } from '@kontent-ai/core-sdk'; import { WebSpotlightContracts } from '../contracts'; import { BaseMapper } from './base-mapper'; import { WebSpotlightResponses } from '../responses'; export declare class WebSpotlightMapper extends BaseMapper { mapWebSpotlightStatusResponse(response: IResponse<WebSpotlightContracts.IWebSpotlightStatus>): WebSpotlightResponses.WebSpotlightStatusResponse; private mapWebSpotlightStatus; } export declare const webSpotlightMapper: WebSpotlightMapper;