Type Alias AppActionCallRetryOptionsInternal

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