Files
vscode-front-matter/src/models/ShellSetting.ts
2024-10-28 10:40:49 +01:00

4 lines
50 B
TypeScript

export interface ShellSetting {
path: string;
}