mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-18 15:25:43 +02:00
6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export interface PostMessageData {
|
|
command: string;
|
|
payload: any;
|
|
requestId?: string;
|
|
}
|