UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

4 lines (3 loc) 86 B
export interface UseCase<Request, Response> { execute(req?: Request): Response; }