namespace entities { /** */ export type concept = { type_id : int; description : string; tags : Array; expressions : Array; }; }