UNPKG

metadata-editor-workspace

Version:

Metadata Editor Workspace module for ME-Core Powered by Assyst

13 lines 317 B
export class Project { constructor( public version: string, public _id: string, public header: string, public type: string, public name: string, public template: string, public created: Date, public modified: Date ) { } }