4 lines
84 B
JavaScript
4 lines
84 B
JavaScript
export const SESSION_STORAGE_KEYS = {
|
|
IMPERSONATION_USER: 'impersonationUser',
|
|
};
|