vue-psa-architecture/src/app/lists/index.ts

4 lines
104 B
TypeScript
Raw Normal View History

2023-01-31 12:01:27 +03:00
import type { ListsSelectApiPort } from "./ListsSelect";
2023-02-01 08:29:42 +03:00
export type ListApiPort = ListsSelectApiPort;