mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-03-28 17:42:40 +01:00
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export enum Tab {
|
|
All = 'all',
|
|
Published = 'published',
|
|
Draft = 'draft',
|
|
}; |