fix(core): update
This commit is contained in:
@ -2,7 +2,7 @@ export interface ITypedRequest {
|
||||
method: string;
|
||||
request: object;
|
||||
response: object;
|
||||
error?: { text: string, data: any };
|
||||
error?: { text: string; data: any };
|
||||
retry?: {
|
||||
waitForMs: number;
|
||||
reason: string;
|
||||
|
Reference in New Issue
Block a user