/** * The HistoryProjection model module. * @module Ntnx/HistoryProjection * @version 4.3.1 * @class HistoryProjection * @extends History */ export default class HistoryProjection extends History { } import History from "./History";