Files
rustfs-console/lib/notify-module-access.ts
T

4 lines
117 B
TypeScript

export function canManageNotifyBackedFeature(notifyEnabled: boolean | undefined) {
return notifyEnabled === true
}