Skip to content

Commit b867b7b

Browse files
committed
type the config with the newly created type
1 parent 4c9e7bb commit b867b7b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
export const CONFIG = {
2-
// other options: "_id", "name"
1+
import { Config } from "./interfaces/util.js";
2+
3+
export const CONFIG: Config = {
4+
// other options: "id", "_id", "name", $xmi:id
35
IDENTIFIER: "id",
4-
ORDERED_LIST: false,
6+
ORDERED_LIST: true,
57
};
68

79
export const algoVariation = {

0 commit comments

Comments
 (0)