UNPKG

@amirmarmul/waba-common

Version:

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

7 lines (6 loc) 294 B
import { Request, Response } from 'express'; import { Controller } from '../../../../../core/infrastructure/Controller'; export default class DetailController extends Controller { registerRoutes(): void; show(req: Request, res: Response): Promise<Response<any, Record<string, any>>>; }