/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type BlocksForWallInput = { wall_length_ft: number; wall_height_ft: number; /** * Standard CMU = 16 inches */ block_length_in?: number; /** * Standard CMU = 8 inches */ block_height_in?: number; waste_factor?: number; };