@dvsa/smc-encounter-schema
Version:
Schemas required for Encounter submission as well as custom validators ## Developing ### Pre-requisites
18 lines (16 loc) • 542 B
TypeScript
declare class ExemptionConditionBaseType {
expiryDate?: string | null;
ntyCode?: string | null;
locationFrom?: string | null;
locationTo?: string | null;
noLoadIndicator?: string | null;
noTrailerIndictr?: string | null;
otherConditions?: string | null;
rgdTowBarIndictr?: string | null;
speedRestriction?: string | null;
speedUnit?: string | null;
susTowFrtIndctr?: string | null;
susTowRrIndctr?: string | null;
visibilityIndctr?: string | null;
}
export { ExemptionConditionBaseType };