@kontent-ai/delivery-sdk
Version:
Official Kontent.AI Delivery API SDK
18 lines • 633 B
JavaScript
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