UNPKG

@shons/next-configify

Version:
11 lines (10 loc) 159 B
/** * The resolved value interface */ export interface ResolvedValue { id: string; success: boolean; key: string; value?: string; error?: Error; }