/* eslint-disable no-unused-vars */ // eslint-disable-next-line no-shadow export enum MockCategory { USERS = 'users', CARDS = 'cards', CONFIG = 'config', OVERVIEW = 'overview', PROFILE_TAB_LAYOUT = 'profileTabLayout', }