Variable: validateTechnicalElement()
constvalidateTechnicalElement: (input) =>IValidation<TechnicalElement<TechnicalElementTypes>>
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:215
Runtime validation for technical elements
Parameters
input
unknown
Returns
IValidation<TechnicalElement<TechnicalElementTypes>>
Remarks
Provides runtime type checking for technical elements including both their type and code. This ensures data consistency throughout the application.
