[Home](../README.md) > [HttpStorageService](./HttpStorageService.md) > sync

## HttpStorageService.sync() method

**Signature:**

```typescript
sync(request: IStorageSyncRequest): Promise<Result<IStorageSyncResponse>>;
```

**Parameters:**

<table><thead><tr><th>Parameter</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr><td>request</td><td>IStorageSyncRequest</td><td></td></tr>
</tbody></table>

**Returns:**

Promise&lt;Result&lt;[IStorageSyncResponse](../interfaces/IStorageSyncResponse.md)&gt;&gt;
