UNPKG

@tomei/rental

Version:
8 lines (7 loc) 140 B
export interface IRentalPriceAttr { PriceId: string; RetailPrice: number; Currency: string; PromoCode: string; Remarks: string; }