mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-14 21:35:43 +02:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
export interface CustomPlaceholder {
|
|
id: string;
|
|
value?: string;
|
|
script?: string;
|
|
command?: string
|
|
} |