export interface ITaxonomySystemAttributes { id: string; name: string; codename: string; last_modified: Date; }