UNPKG

@kontent-ai/delivery-sdk

Version:
18 lines 633 B
export class UsedInMapper { mapUsedInItem(response) { return { system: { id: response.system.id, name: response.system.name, codename: response.system.codename, language: response.system.language, type: response.system.type, collection: response.system.collection, workflow: response.system.workflow, workflowStep: response.system.workflow_step, lastModified: response.system.last_modified } }; } } //# sourceMappingURL=used-in.mapper.js.map