UNPKG

banjo-kentico-cloud-delivery

Version:
8 lines (7 loc) 319 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); }