feature flags config / typed app config
This commit is contained in:
14
packages/app/custom.d.ts
vendored
14
packages/app/custom.d.ts
vendored
@ -34,3 +34,17 @@ declare module "emojilib" {
|
||||
const value: Record<string, string>;
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare const CONFIG: {
|
||||
appName: string;
|
||||
appNameCapitalized: string;
|
||||
appTitle: string;
|
||||
nip05Domain: string;
|
||||
favicon: string;
|
||||
appleTouchIconUrl: string;
|
||||
httpCache: string;
|
||||
animalNamePlaceholders: boolean;
|
||||
features: {
|
||||
subscriptions: boolean;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user