fix(core): update

This commit is contained in:
2020-02-10 21:08:52 +00:00
parent bd7349ab37
commit e515f91088
7 changed files with 92 additions and 51 deletions

View File

@ -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;