Skip to content

Commit 1a7ff39

Browse files
committed
Correcting for new categories
1 parent 060c81a commit 1a7ff39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/CommonFormats.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ export const Category = {
1212
SPREADSHEET: "spreadsheet",
1313
PRESENTATION: "presentation",
1414
FONT: "font",
15-
CODE: "code"
15+
CODE: "code",
16+
DATABASE: "database",
17+
MODEL: "model",
1618
}
1719

1820
/**

0 commit comments

Comments
 (0)