UNPKG

kentico-cloud-delivery

Version:

Official Kentico Cloud Delivery SDK

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