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