forked from iarv/vscode-front-matter
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
export interface ContentFolder {
|
|
title: string;
|
|
fsPath: string;
|
|
paths: string[];
|
|
} |