/** Option of Offer */
export interface OfferOption {
    /** Name of the option */
    name: string;
    /** Number of slots, couting included slots */
    quantity: number;
}
//# sourceMappingURL=OfferOption.d.ts.map