fix issues in core
This commit is contained in:
@@ -2,5 +2,4 @@ export * from './application/Result';
|
||||
export * as application from './application';
|
||||
export * as domain from './domain';
|
||||
export * as errors from './errors';
|
||||
export * from './presentation';
|
||||
export * from './application/AsyncUseCase';
|
||||
@@ -1,6 +0,0 @@
|
||||
// This must not be used within core. It's in presentation layer, e.g. to be used in an API.
|
||||
export interface Presenter<InputDTO, ResponseModel> {
|
||||
present(input: InputDTO): void;
|
||||
getResponseModel(): ResponseModel | null;
|
||||
reset(): void;
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
export * from './Presenter';
|
||||
Reference in New Issue
Block a user