Some checks failed
Dev CI / Unit Tests (${{ matrix.app }}) (backend) (push) Blocked by required conditions
Dev CI / Unit Tests (${{ matrix.app }}) (frontend) (push) Blocked by required conditions
Dev CI / Notify Failure (push) Blocked by required conditions
Dev CI / Quality (${{ matrix.app }}) (backend) (push) Has been cancelled
Dev CI / Quality (${{ matrix.app }}) (frontend) (push) Has been cancelled
Aligns dev with the complete application codebase (cicd branch). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
231 B
TypeScript
10 lines
231 B
TypeScript
/**
|
|
* API Ports (Input) Barrel Export
|
|
*
|
|
* All input ports (use case interfaces) for the Xpeditis platform
|
|
*/
|
|
|
|
export * from './search-rates.port';
|
|
export * from './get-ports.port';
|
|
export * from './validate-availability.port';
|