UNPKG

dino-express

Version:

DinO enabled REST framework based on express

6 lines (5 loc) 188 B
import { type Response } from '../Response'; import { type GenericObject } from '../Types'; export interface ResponseAdaptorInterface { adapt: (response: Response) => GenericObject; }