# CloudStorageConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/storage.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/storage.interface.ts#L293)

Cloud storage configuration

## Properties

| Property | Type |
|---|---|
| `apiBaseUrl` | `string` |
| `apiToken` | `string` |
| `projectId` | `string` |
| `organizationId` | `string` |
| `timeout` | `number` |
