Files
barker/bookie/src/app/beer-sale-report/beer-sale-export-header-interface.ts
tanshu 6567f560ab Updated to angular 11
Now compiling with strict mode in typescript
Need to error checking now
2020-11-22 10:13:37 +05:30

4 lines
79 B
TypeScript

export interface BeerSaleExportHeaderInterface {
[header: string]: string;
}