mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 01:11:19 +02:00
#173 - Allow to specify your own sorting
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { SortOrder, SortType } from ".";
|
||||
|
||||
export interface SortingSetting {
|
||||
title: string;
|
||||
name: string;
|
||||
order: SortOrder;
|
||||
type: SortType;
|
||||
}
|
||||
Reference in New Issue
Block a user