export interface RequestInstanceState { /** whether the request is refreshing token */ refreshTokenFn: Promise | null; /** the request error message stack */ errMsgStack: string[]; }