refactor: moves constants in one place
This commit is contained in:
parent
0ba3ae14a4
commit
a1cb6c6caf
@ -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'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user