/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TileFlooringInput = { floor_area_sqft: number; tile_size_in?: '12x12' | '12x24' | '18x18' | '24x24'; /** * 0.10 typical, 0.15 for diagonal layouts */ waste_factor?: number; /** * Per TCNA: 12x12+ requires 1/2in notched trowel = 40-50 sqft/50lb bag. Override to 80-90 for small mosaics with 1/4in trowel. */ thinset_coverage_sqft_per_50lb?: number; /** * Joint width in inches (0.25 typical for 12x12) */ grout_joint_width_in?: number; };