wip
This commit is contained in:
3
packages/shared/application/AsyncUseCase.ts
Normal file
3
packages/shared/application/AsyncUseCase.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface AsyncUseCase<Input, Output> {
|
||||
execute(input: Input): Promise<Output>;
|
||||
}
|
||||
Reference in New Issue
Block a user