UNPKG

@blue-impact-engine/blue-impact-engine-client

Version:
10 lines 417 B
import ProjectEntity from "./Project"; /** * Public module interface, exposing only those types that this module should expose. */ export { ProjectStatus } from "./ProjectStatus"; export type { ImpactMetrics, } from "./project.types"; export type { BaseProject, ProjectDetails } from "./Project"; export { ProjectService } from "./project.service"; export type { ProjectEntity }; //# sourceMappingURL=index.d.ts.map