mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-06-28 22:11:35 +02:00
6 lines
56 B
TypeScript
6 lines
56 B
TypeScript
export enum GroupOption {
|
|
none = 1,
|
|
Year,
|
|
Draft
|
|
}
|