UNPKG

@shons/next-configify

Version:
8 lines (7 loc) 129 B
export interface ResolvedValue { id: string; success: boolean; key: string; value?: string; error?: Error; }