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