mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-05-02 11:32:27 +02:00
4 lines
50 B
TypeScript
4 lines
50 B
TypeScript
export enum TaxonomyType {
|
|
Tag = 1,
|
|
Category
|
|
} |