UNPKG

@cashfarm/tractor

Version:

A Hapi server with superpowers

7 lines (6 loc) 223 B
import { Identity } from '@cashfarm/plow'; export declare class NotFoundResponse { id: string | number | Identity<any>; message: string; constructor(resourceName: string, id: string | number | Identity<any>); }