forked from iarv/vscode-front-matter
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;
|
|
} |