@ergonode/product-templates
Version:
Ergonode product templates module
14 lines (13 loc) • 364 B
JavaScript
/*
* Copyright © Ergonode Sp. z o.o. All rights reserved.
* See LICENSE for license details.
*/
export default {
TEMPLATE_DESIGNER: {
namespace: 'TEMPLATE_DESIGNER',
create: 'TEMPLATE_DESIGNER_CREATE',
read: 'TEMPLATE_DESIGNER_READ',
update: 'TEMPLATE_DESIGNER_UPDATE',
delete: 'TEMPLATE_DESIGNER_DELETE',
},
};