mindful-commons
Version:
10 lines • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetBlogEntriesDto = void 0;
var GetBlogEntriesDto = (function () {
function GetBlogEntriesDto() {
}
return GetBlogEntriesDto;
}());
exports.GetBlogEntriesDto = GetBlogEntriesDto;
//# sourceMappingURL=get-blog-entries.dto.js.map