mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 18:06:22 +00:00
e
This commit is contained in:
parent
a3cab94a68
commit
a3fa74735f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if (IS_DEV && IS_DISCORD_DESKTOP) {
|
|||
}, 0);
|
||||
}
|
||||
|
||||
export type FilterFn = ((module: any) => boolean) & {
|
||||
export type FilterFn = ((module: ModuleExports) => boolean) & {
|
||||
$$vencordProps?: string[];
|
||||
$$vencordIsFactoryFilter?: boolean;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue