export { USER_LOG_CATEGORY_OPTIONS, resolveUserLogCategory, eventNamesForUserLogCategory, type UserLogCategory, } from '@dukang/shared-types'; import { USER_LOG_CATEGORY_OPTIONS } from '@dukang/shared-types'; export const USER_LOG_CATEGORY_LABELS: Record = Object.fromEntries( USER_LOG_CATEGORY_OPTIONS.filter((o) => o.value).map((o) => [o.value, o.label]), );