mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
reorganizde file path
This commit is contained in:
@@ -2,3 +2,7 @@
|
||||
export interface UseCase<Input, Output> {
|
||||
execute(input: Input): Promise<Output>;
|
||||
}
|
||||
|
||||
export interface UseCaseObservable<Input, Output> {
|
||||
execute(input: Input): Promise<Output>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user