mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-20 18:15:13 +02:00
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
export interface CustomPanelViewResult {
|
|
title: string;
|
|
content: string;
|
|
}
|