Files
vscode-front-matter/src/models/ContentFolder.ts
2021-08-03 14:16:35 +02:00

5 lines
88 B
TypeScript

export interface ContentFolder {
title: string;
fsPath: string;
paths: string[];
}