e
This commit is contained in:
parent
a3cab94a68
commit
a3fa74735f
|
@ -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