File

src/app/interfaces/printing-house-prices.ts

Description

Printing House Item Interface

Index

Properties

Properties

articles
articles: PrintingHouseArticle[]
Type : PrintingHouseArticle[]

Articles

name
name: PRINTTYPE
Type : PRINTTYPE

Price type

import { PRINTTYPE } from '../enums/print-type';
import { PrintingHouseArticle } from './printing-house-article';

/**
 * Printing House Item Interface
 * @author Daniel Sogl
 */
export interface PrintingHousePrices {
  /** Price type */
  name: PRINTTYPE;
  /** Articles */
  articles: PrintingHouseArticle[];
}

results matching ""

    No results matching ""