mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
10 lines
270 B
JavaScript
10 lines
270 B
JavaScript
|
module.exports = {
|
||
|
TAG_FEATURE: 'tag-feature',
|
||
|
UNTAG_FEATURE: 'untag-feature',
|
||
|
CREATE_TAG: 'create-tag',
|
||
|
DELETE_TAG: 'delete-tag',
|
||
|
CREATE_TAG_TYPE: 'create-tag-type',
|
||
|
DELETE_TAG_TYPE: 'delete-tag-type',
|
||
|
UPDATE_TAG_TYPE: 'update-tag-type',
|
||
|
};
|