export type { ICompany } from "./ICompany"; export type { Device, IProject } from "./IProject"; export type { Product } from "./Product";