fix(core): update

This commit is contained in:
2019-11-03 18:33:46 +01:00
parent c901ab75d3
commit eb181fa2f6
4 changed files with 435 additions and 314 deletions

View File

@ -21,7 +21,7 @@ export interface IReqResClient {
};
response: {
value1: string;
}
};
}
export interface IReqResServer {