UNPKG
@cashfarm/tractor
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A Hapi server with superpowers
github.com/cashfarm/tractor
cashfarm/tractor
@cashfarm/tractor
/
responses
/
notFound.d.ts
7 lines
(6 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Identity
}
from
'@cashfarm/plow'
;
export
declare
class
NotFoundResponse
{
id
:
string
|
number
|
Identity
<
any
>;
message
:
string
;
constructor
(
resourceName
:
string
,
id
:
string
|
number
|
Identity
<
any
>
); }