forked from Ivasoft/mattermost-mobile
Network metrics (#8390)
* Network metrics * update network-client ref * fix unit tests * missing catch error parsing * add client tracking unit tests * fix typos
This commit is contained in:
1
types/api/client.d.ts
vendored
1
types/api/client.d.ts
vendored
@@ -9,6 +9,7 @@ type ClientOptions = {
|
||||
noRetry?: boolean;
|
||||
timeoutInterval?: number;
|
||||
headers?: Record<string, any>;
|
||||
groupLabel?: string;
|
||||
};
|
||||
|
||||
type ClientErrorIntl =
|
||||
|
||||
Reference in New Issue
Block a user