UNPKG

@dvsa/smc-encounter-schema

Version:

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

10 lines (8 loc) 224 B
declare class FuelTypeBase { fuelCode?: string | null; description?: string | null; otherTestInd?: string | null; displayOrder?: number | null; deletionMarker?: string | null; } export { FuelTypeBase };