Skip to content

docs-md


Variable: TechnicalElementTypesSchema

const TechnicalElementTypesSchema: IV3_1<[TechnicalElementTypes]>

Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:206

JSON schema for validating TechnicalElementTypes.

Remarks

This schema is generated using typia and provides runtime validation for technical element types. It ensures that only valid enum values are used throughout the application.

Example

const isValid = TechnicalElementTypesSchema.validate(someData);