UNPKG

@dvsa/smc-encounter-schema

Version:

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

14 lines (12 loc) 352 B
declare class NoticeTypeDetail { ntyCode?: string | null; version?: string | number | null; deletionMarker?: string | null; updateUserId?: string | null; lastUpdate?: string | null; actDetail?: string | null; actMsg1?: string | null; actMsg2?: string | null; actMsg3?: string | null; } export { NoticeTypeDetail };