ConfigValidationResult:
    | { data: T; success: true }
    | { errors: ConfigValidationError[]; success: false }

Type Parameters

  • T