mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-07 02:11:25 +02:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export interface StaticFolder {
|
|
path: string;
|
|
relative?: boolean;
|
|
}
|