UNPKG

@kontent-ai/management-sdk

Version:
11 lines (10 loc) 668 B
import { IResponse } from '@kontent-ai/core-sdk'; import { PreviewContracts } from '../contracts'; import { BaseMapper } from './base-mapper'; import { PreviewResponses } from '../responses/preview/preview-responses'; export declare class PreviewMapper extends BaseMapper { mapPreviewConfigurationResponse(response: IResponse<PreviewContracts.IPreviewConfigurationContract>): PreviewResponses.PreviewConfigurationResponse; mapModifyConfigurationResponse(response: IResponse<PreviewContracts.IPreviewConfigurationContract>): PreviewResponses.ModifyConfigurationResponse; private mapPreviewConfiguration; } export declare const previewMapper: PreviewMapper;