Files
vscode-front-matter/src/models/TaxonomyType.ts
T

5 lines
51 B
TypeScript

export enum TaxonomyType {
Tag = 1,
Category
}