mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-25 20:41:40 +02:00
9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
export interface ContentFolder {
|
|
title: string;
|
|
path: string;
|
|
|
|
excludeSubdir?: boolean;
|
|
previewPath?: string;
|
|
filePrefix?: string;
|
|
contentTypes?: string[];
|
|
} |