diff --git a/src/utils/const.ts b/src/utils/const.ts index e69de29..4f8c233 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -0,0 +1,6 @@ +import { MarkType } from '../types/drawing.ts' + +export const EMPTY: string = '' +export const MARK_TYPE_TRANSLATION: { [key: string]: string } = { + [MarkType.FULLNAME.valueOf()]: 'Full Name' +} \ No newline at end of file