mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[common/hc] emojiBlacklist: make it configurable
This commit is contained in:
parent
f053b3a096
commit
9d46c17057
2 changed files with 3 additions and 0 deletions
Binary file not shown.
3
common/hellcooling/config/global.d.ts
vendored
3
common/hellcooling/config/global.d.ts
vendored
|
@ -3,5 +3,8 @@ export {};
|
||||||
declare global {
|
declare global {
|
||||||
const hh: {
|
const hh: {
|
||||||
constants: Record<string, string> & { categories: Record<string, string> };
|
constants: Record<string, string> & { categories: Record<string, string> };
|
||||||
|
// TODO: Maybe turn this into something that, based on the moduleName, can
|
||||||
|
// fetch an ext's actual config type and return that instead.
|
||||||
|
getModuleOptions: (moduleName: string) => Record<string, any>;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue