UNPKG
zeroant-constant
Version:
latest (1.0.0-alpha.20)
1.0.0
1.0.0-alpha.20
1.0.0-alpha.18
1.0.0-alpha.7
1.0.0-alpha.3
0.0.1-alpha.0
constant modules for zeroant
github.com/michaelpiper/zeroant-constant
michaelpiper/zeroant-constant
zeroant-constant
/
src
/
response.type.ts
3 lines
(2 loc)
•
106 B
text/typescript
View Raw
1
2
3
export
type
ErrorMessage
=
object
|
string
|
null
|
string
[]
export
type
SuccessData
=
object
| [] |
null