URLStorageConfig
URLStorageConfig represents the configuration that will be used if storage type is url within the client usage.
It does not have any configuration, as only needs plain urls to work provided by user.
Each instance is produced automatically when creating a new rac-delta client with url storage type.
Structure
export interface URLStorageConfig extends BaseStorageConfig {
type: 'url';
}
Properties
| Property | Type | Description |
|---|---|---|
| type | url | Const string that identifies this configuration as url storage configuration. |