mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
4 lines
50 B
TypeScript
4 lines
50 B
TypeScript
export interface ShellSetting {
|
|
path: string;
|
|
}
|