File

src/app/interfaces/download-price.ts

Description

Download item interface

Index

Properties

Properties

minPrice
minPrice: number
Type : number

Minimal price

name
name: string
Type : string

Item name

price
price: number
Type : number

Constomer price

export interface DownloadPrice {
    /** Minimal price */
    minPrice: number;
    /** Item name */
    name: string;
    /** Constomer price */
    price: number;
}

results matching ""

    No results matching ""