UNPKG
getting-better-common-library
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
getting-better-common-library
bitbucket.org/getting-better/getting-better-common-library
getting-better-common-library
/
src
/
types
/
error.dto.ts
5 lines
(4 loc)
•
101 B
text/typescript
View Raw
1
2
3
4
5
import
{
Errback
}
from
"express"
;
export
interface
ErrorDto
extends
Errback
{
message
:
string
}