UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

21 lines 725 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TranslationMap = exports.TranslationMapping = exports.TranslationItem = void 0; /** * Contains the relative path of an item, which is either a file or a folder along with the * property 'type' to indicate whether it's a file or a folder. */ class TranslationItem { } exports.TranslationItem = TranslationItem; /** * Contains a title to be selected by the user mapped to specific TranslationItems. .* Each item could be a single file or a folder. */ class TranslationMapping { } exports.TranslationMapping = TranslationMapping; class TranslationMap { } exports.TranslationMap = TranslationMap; //# sourceMappingURL=TranslationMap.js.map