Type Alias AppActionCallRetryOptions

AppActionCallRetryOptions: {
    retries?: number;
    retryInterval?: number;
}