/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { MppId } from "./MppId"; export declare class MppPreview { constructor(json: JSON | any); cmucomb?: string; contentfluidquantity?: number; contentfluidquantitytoadd?: number; contentfluidunits?: string; contentfluidunitstoadd?: string; contentquantity?: number; contentquantitytoadd?: number; contentunits?: string; contentunitstoadd?: string; copy?: string; id?: MppId; index?: number; inncluster?: string; law?: string; name?: string; note?: string; ouc?: string; pos?: string; pricepatomnio?: number; pricepatstd?: number; pubprice?: number; ranking?: number; rrsstate?: string; specifier?: string; ssec?: string; use?: string; }