export interface ISystem { id: string, name: string, codename: string, type: string, last_modified: Date }