3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
export const LEVEL_TYPES = {
|
|
GROUP: 'group',
|
|
};
|
export const LEVEL_TYPES = {
|
|
GROUP: 'group',
|
|
};
|