UNPKG
@shons/next-configify
Version:
latest (1.0.1)
1.0.1
NestJS Config on Next Steroids
github.com/shonbir/next-configify
shonbir/next-configify
@shons/next-configify
/
dist
/
src
/
configuration
/
resolvers
/
resolved-value.interface.d.ts
8 lines
(7 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
ResolvedValue
{
id
:
string
;
success
:
boolean
;
key
:
string
;
value
?:
string
;
error
?:
Error
; }