feat: more feature flags
This commit is contained in:
4
packages/app/custom.d.ts
vendored
4
packages/app/custom.d.ts
vendored
@ -45,7 +45,11 @@ declare const CONFIG: {
|
||||
appleTouchIconUrl: string;
|
||||
httpCache: string;
|
||||
animalNamePlaceholders: boolean;
|
||||
defaultZapPoolFee?: number;
|
||||
features: {
|
||||
analytics: boolean;
|
||||
subscriptions: boolean;
|
||||
deck: boolean;
|
||||
zapPool: boolean;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user