/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FoundationWallsInput = { length_ft: number; height_ft: number; /** * Wall thickness in inches (typical 8/10/12) */ thickness_in: number; waste_factor?: number; };