UNPKG

@dvsa/smc-encounter-schema

Version:

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

8 lines (6 loc) 141 B
declare class PortOfExit { portCode: string | number; portDescription: string; deletionMarker: string; } export { PortOfExit };