mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-08 06:14:36 +02:00
8 lines
181 B
TypeScript
8 lines
181 B
TypeScript
|
|
export interface CustomTaxonomyData {
|
|
id: string | undefined;
|
|
name: string | undefined;
|
|
options?: string[] | undefined;
|
|
option?: string | undefined;
|
|
parents?: string[];
|
|
} |