mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-24 20:11:02 +02:00
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
|
|
export interface CustomTaxonomyData {
|
|
id: string | undefined;
|
|
name: string | undefined;
|
|
options?: string[] | undefined;
|
|
option?: string | undefined;
|
|
} |