mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-26 13:01:07 +02:00
5 lines
51 B
TypeScript
5 lines
51 B
TypeScript
export enum TaxonomyType {
|
|
Tag = 1,
|
|
Category
|
|
}
|