mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-24 20:11:02 +02:00
5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
export interface DataType {
|
|
id: string;
|
|
schema: any;
|
|
}
|