UNPKG

@gobolt/models

Version:

This is a shared repository that includes models that should be shared across all BoxKnight services. Do not include anything for the controller, service or repository layers of your application in this package.

6 lines (5 loc) 217 B
import { PricingStrategy } from '../pricingStrategy'; import { LocationPricingRow } from './locationPricingRow'; export declare class LocationPricing extends PricingStrategy { pricingRows: LocationPricingRow[]; }