phase-2: add shared platform interfaces and type contracts
This commit is contained in:
14
src/app/shared/models/config/feature-flags.model.ts
Normal file
14
src/app/shared/models/config/feature-flags.model.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export interface FeatureFlagsConfig {
|
||||
wishlist: boolean;
|
||||
compare: boolean;
|
||||
reviews: boolean;
|
||||
blog: boolean;
|
||||
chat: boolean;
|
||||
analytics: boolean;
|
||||
notifications: boolean;
|
||||
coupons: boolean;
|
||||
loyalty: boolean;
|
||||
giftCards: boolean;
|
||||
invoices: boolean;
|
||||
[key: string]: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user