@contentstack/datasync-content-store-filesystem
Version:
Datasync content store library - saves data in filesystem
14 lines (13 loc) • 427 B
JavaScript
;
/*!
* DataSync Content Store Filesystem - Messages
* Copyright (c) Contentstack LLC
* MIT Licensed
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.INFO_MESSAGES = exports.ERROR_MESSAGES = exports.LOG_MESSAGES = void 0;
exports.LOG_MESSAGES = {
PUBLISHING_ENTRY: (input) => `Publishing entry: ${JSON.stringify(input)}`,
};
exports.ERROR_MESSAGES = {};
exports.INFO_MESSAGES = {};