feat: Specifiy constants in separate file

This commit is contained in:
Joachim Van Herwegen
2020-07-24 16:17:22 +02:00
parent aaba113563
commit 14db5fed91
11 changed files with 43 additions and 31 deletions

4
src/util/ContentTypes.ts Normal file
View File

@@ -0,0 +1,4 @@
export const DATA_TYPE_BINARY = 'binary';
export const DATA_TYPE_QUAD = 'quad';
export const CONTENT_TYPE_QUADS = 'internal/quads';