{"version":3,"sources":["./src/app/models/GeneralTransfer.ts"],"names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,eAAe;CAK3B;AAEM,MAAM,eAAe;CAK3B;AAOM,MAAM,sBAAsB;IAAnC;QAMI,WAAM,GAAoB,EAAE,CAAC;IACjC,CAAC;CAAA","file":"common-es2015.js","sourcesContent":["export class GeneralTransfer {\r\n message: string;\r\n isOK: boolean;\r\n keyName: string;\r\n keyValue: any;\r\n}\r\n\r\nexport class PaginationModel {\r\n\r\n public pageIndex: number;\r\n public totalItems: number;\r\n public items: Array;\r\n}\r\n\r\n\r\ninterface Dictionary {\r\n [key: string]: T;\r\n}\r\n\r\nexport class PagingAndFilteringInfo {\r\n\r\n index: number;\r\n size: number;\r\n orderBy: string;\r\n isAsc: boolean;\r\n fields: Dictionary = {};\r\n}\r\n"],"sourceRoot":"webpack:///"}