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