source: trip-planner-front/node_modules/primeng/api/filteroperator.d.ts@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 104 bytes
Line 
1export declare class FilterOperator {
2 static readonly AND = "and";
3 static readonly OR = "or";
4}
Note: See TracBrowser for help on using the repository browser.