mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-18 00:55:18 +02:00
7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
|
|
|
|
export interface BlockFieldData {
|
|
parentFields: string[] | undefined;
|
|
blockType: string | undefined;
|
|
selectedIndex: number | undefined;
|
|
} |