fix(core): update
This commit is contained in:
parent
69afa1dfcb
commit
335717a025
@ -14,7 +14,7 @@ export interface ISimpleRequest {
|
||||
readonly searchParams: any;
|
||||
username: string;
|
||||
toString: () => string;
|
||||
toJSON(): () => string;
|
||||
toJSON: () => string;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user