export interface ITsPublishJson { /** * the order assures that a project is compiled before another project */ order: number; name: string; dependencies: string[]; registries: string[]; }