Files
vscode-front-matter/src/models/ContentFolder.ts
T
2021-11-10 11:54:39 +01:00

6 lines
97 B
TypeScript

export interface ContentFolder {
title: string;
path: string;
excludeSubdir?: boolean;
}