import { User } from "./user"; export type Fumigator = User & { license_number: string; };