/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FootingsInput = { /** * Linear length of footing in feet */ length_ft: number; /** * Footing width in inches */ width_in: number; /** * Footing depth in inches */ depth_in: number; waste_factor?: number; };