This commit is contained in:
Nuckyz 2024-06-22 05:40:34 -03:00
parent a3cab94a68
commit a3fa74735f
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -69,7 +69,7 @@ if (IS_DEV && IS_DISCORD_DESKTOP) {
}, 0); }, 0);
} }
export type FilterFn = ((module: any) => boolean) & { export type FilterFn = ((module: ModuleExports) => boolean) & {
$$vencordProps?: string[]; $$vencordProps?: string[];
$$vencordIsFactoryFilter?: boolean; $$vencordIsFactoryFilter?: boolean;
}; };