UNPKG

@tomei/rental

Version:
9 lines (8 loc) 214 B
import { Model } from 'sequelize-typescript'; export declare class RentalPriceModel extends Model { PriceId: string; RetailPrice: number; Currency: string; PromoCode: string; Remarks: string; }