chore: dry up credit system checks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { FeatureType } from "@models/featureModels/featureEnums";
|
||||
|
||||
export const isAnyCreditSystem = (type: FeatureType): boolean =>
|
||||
type === FeatureType.CreditSystem || type === FeatureType.AiCreditSystem;
|
||||
Reference in New Issue
Block a user