mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
soft delete
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Define a generic UseCase interface
|
||||
export interface UseCase<Input, Output> {
|
||||
execute(input: Input): Promise<Output>;
|
||||
}
|
||||
Reference in New Issue
Block a user