pleshevski.ru/modules/work/domain/mod.ts

6 lines
192 B
TypeScript

export { Role } from "./Role.ts";
export { Status } from "./Status.ts";
export { Technology } from "./Technology.ts";
export type { Work } from "./Work.ts";
export * as work from "./Work.ts";