UNPKG

@dvsa/smc-encounter-schema

Version:

Schemas required for Encounter submission as well as custom validators ## Developing ### Pre-requisites

11 lines (8 loc) 218 B
import { TextType } from './TextType.js'; import '../common/CommonCode.js'; import '../common/CommonDeletion.js'; declare class EncounterTexts { textType: TextType; text: string; } export { EncounterTexts };