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
/
configuration-resolver.interface.d.ts
4 lines
(3 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
export
interface
ConfigurationResolver
{
resolve
(
configuration
:
Record
<
string
,
any
>):
Promise
<
Record
<
string
,
any
>>; }