/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type CompactionLiftsInput = { total_fill_depth_in: number; /** * Compacted lift thickness (6in typical) */ lift_depth_compacted_in?: number; soil_type?: 'granular' | 'cohesive' | 'rocky'; };