mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-25 04:21:20 +02:00
7 lines
110 B
TypeScript
7 lines
110 B
TypeScript
export interface CustomPlaceholder {
|
|
id: string;
|
|
value?: string;
|
|
script?: string;
|
|
command?: string;
|
|
}
|