Files
gridpilot.gg/packages/racing/domain/services/IImageService.ts
2025-12-11 13:50:38 +01:00

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';