File

src/app/models/i-export-urls.model.ts

Index

Properties

Properties

csv
csv: string
Type : string
pdf
pdf: string
Type : string
xls
xls: string
Type : string
export interface IExportUrls {
  csv: string;
  pdf: string;
  xls: string;
}

results matching ""

    No results matching ""