mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-20 10:05:07 +02:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
export interface ContentFolder {
|
|
title: string;
|
|
path: string;
|
|
|
|
excludeSubdir?: boolean;
|
|
} |