Add StartOS 0.4.0 packaging
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { GaxiosError } from './common.js';
|
||||
export declare function getRetryConfig(err: GaxiosError): Promise<{
|
||||
shouldRetry: boolean;
|
||||
config?: undefined;
|
||||
} | {
|
||||
shouldRetry: boolean;
|
||||
config: import("./common.js").GaxiosOptionsPrepared;
|
||||
}>;
|
||||
Reference in New Issue
Block a user