/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type PlateCountInput = { wall_length_ft: number; /** * 2 (top single+bottom) or 3 (double top+bottom) */ plates_per_wall?: number; stock_length_ft?: number; };