mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-24 12:01:23 +02:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
export interface Mode {
|
|
id: string;
|
|
features: string[];
|
|
}
|