4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
export type { ICompany } from "./ICompany";
|
|
export type { Device, IProject } from "./IProject";
|
|
export type { Product } from "./Product";
|