md-linear-sync
Version:
Sync Linear tickets to local markdown files with status-based folder organization
8 lines • 348 B
TypeScript
import { RetryConfig } from '../types';
export declare class RetryManager {
private static readonly DEFAULT_CONFIG;
static withRetry<T>(operation: () => Promise<T>, config?: Partial<RetryConfig>, operationName?: string): Promise<T>;
private static isRetryableError;
private static sleep;
}
//# sourceMappingURL=RetryManager.d.ts.map