UNPKG

afterwriting-fork-rickschubert

Version:
27 lines (21 loc) 441 B
define(function(require) { var Protoplast = require('protoplast'); /** * @alias LastUsedInfo */ var LastUsedInfo = Protoplast.Model.extend({ /** * @type {string} */ script: null, /** * @type {Date} */ date: null, /** * @type {string} */ title: null }); return LastUsedInfo; });