/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type BrickTiesInput = { wall_area_sqft: number; spacing_pattern?: 'standard' | 'high_wind' | 'seismic'; };