export type TRootEnum = { ROOT_OUTSIDE: 'outside'; ROOT_INSIDE: 'inside'; ROOT_LOADING: 'loading'; ROOT_SET_USERNAME: 'setUsername'; };