UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

8 lines (7 loc) 325 B
import { TypeContracts } from '../data-contracts'; import { ContentType } from '../models'; export declare class TypeMapper { mapSingleType(response: TypeContracts.IViewContentTypeContract): ContentType; mapMultipleTypes(response: TypeContracts.IListContentTypeContract): ContentType[]; private mapType; }