fix issues in core
This commit is contained in:
@@ -11,7 +11,6 @@ import type { Logger, UseCaseOutputPort } from '@core/shared/application';
|
||||
import { Result } from '@core/shared/application/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import { Media } from '../../domain/entities/Media';
|
||||
import { MediaUrl } from '../../domain/value-objects/MediaUrl';
|
||||
|
||||
interface TestOutputPort extends UseCaseOutputPort<DeleteMediaResult> {
|
||||
present: Mock;
|
||||
|
||||
Reference in New Issue
Block a user