UNPKG

@gotrash/uk-waste-exemptions

Version:
10 lines (7 loc) 198 B
export interface WasteExemption { ref: string; description: string; previousExemptions?: WasteExemption[]; } declare const wasteExemptions: WasteExemption[]; export default wasteExemptions;