9 lines
111 B
TypeScript
9 lines
111 B
TypeScript
|
|
/**
|
||
|
|
* Common Domain
|
||
|
|
*
|
||
|
|
* Shared types and utilities used across all domains.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from "./types";
|
||
|
|
|