source: frontend/node_modules/node-exports-info/getCategoryFlags.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 297 bytes
Line 
1import type { Category } from './types';
2
3declare namespace getCategoryFlags {
4 interface CategoryFlags {
5 patterns: boolean;
6 patternTrailers: boolean;
7 dirSlash: boolean;
8 }
9}
10
11declare function getCategoryFlags(category: Category): getCategoryFlags.CategoryFlags;
12
13export = getCategoryFlags;
Note: See TracBrowser for help on using the repository browser.