mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 02:47:03 -04:00
Fixes
This commit is contained in:
parent
dc4e9cf775
commit
eefecda52e
7 changed files with 4 additions and 302 deletions
|
@ -11,7 +11,7 @@ import { Patch } from "@utils/types";
|
|||
import { TypeWebpackSearchHistory } from "@webpack";
|
||||
|
||||
interface EvaledPatch extends Patch {
|
||||
id: number | string;
|
||||
id: PropertyKey;
|
||||
}
|
||||
interface ErroredPatch extends EvaledPatch {
|
||||
oldModule: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue