mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
6 lines
238 B
TypeScript
6 lines
238 B
TypeScript
// plane web types
|
|
import { TSidebarUserMenuItemKeys } from "@/plane-web/types/dashboard";
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
export const isUserFeatureEnabled = (featureKey: TSidebarUserMenuItemKeys) => true;
|