Alokai

RetryCondition

type RetryCondition = (error: unknown, context: RetryContext) => boolean;

Referenced Types

On this page