mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-19 17:45:44 +02:00
5 lines
96 B
TypeScript
5 lines
96 B
TypeScript
export interface VersionInfo {
|
|
usedVersion: string | undefined;
|
|
installedVersion: string;
|
|
}
|