rokot-notification
Version:
Rokot - [Rocketmakers](http://www.rocketmakers.com/) TypeScript NodeJs Platform
11 lines (10 loc) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class MetadataKeys {
}
MetadataKeys.notificationTestCase = "notificationTestCase";
MetadataKeys.templateMessageValidators = "templateMessageValidators";
MetadataKeys.templateCompiler = "templateCompiler";
MetadataKeys.templateProcessor = "templateProcessor";
MetadataKeys.frequency = "frequency";
exports.MetadataKeys = MetadataKeys;