|
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 | |
|---|
| 1 | import type { Category } from './types';
|
|---|
| 2 |
|
|---|
| 3 | declare namespace getCategoryFlags {
|
|---|
| 4 | interface CategoryFlags {
|
|---|
| 5 | patterns: boolean;
|
|---|
| 6 | patternTrailers: boolean;
|
|---|
| 7 | dirSlash: boolean;
|
|---|
| 8 | }
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | declare function getCategoryFlags(category: Category): getCategoryFlags.CategoryFlags;
|
|---|
| 12 |
|
|---|
| 13 | export = getCategoryFlags;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.