internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { InternalFeature } from './InternalFeature'
|
||||
|
||||
export interface InternalFeatureServiceInterface {
|
||||
isFeatureEnabled(feature: InternalFeature): boolean
|
||||
enableFeature(feature: InternalFeature): void
|
||||
}
|
||||
Reference in New Issue
Block a user