source: trip-planner-front/node_modules/primeng/api/filtermetadata.d.ts

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 100 bytes
Line 
1export interface FilterMetadata {
2 value?: any;
3 matchMode?: string;
4 operator?: string;
5}
Note: See TracBrowser for help on using the repository browser.