7 lines
265 B
TypeScript
7 lines
265 B
TypeScript
/**
|
|
* Backwards-compat alias for legacy imports.
|
|
*
|
|
* New code should depend on IImageServicePort from
|
|
* packages/racing/application/ports/IImageServicePort.
|
|
*/
|
|
export type { IImageServicePort as IImageService } from '../../application/ports/IImageServicePort'; |