ConfigMappingResult:
    | { data: T; success: true }
    | { error: ConfigValidationError; success: false }

Type Parameters

  • T