# QueryParams

```
type QueryParams = object;
```

Defined in: [atomiq-sdk/src/storage/IUnifiedStorage.ts:7](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/storage/IUnifiedStorage.ts#L7)

Params for querying the storage

## Properties

### key

```
key: string;
```

Defined in: [atomiq-sdk/src/storage/IUnifiedStorage.ts:11](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/storage/IUnifiedStorage.ts#L11)

Key that should be matched

***

### value

```
value: any | any[];
```

Defined in: [atomiq-sdk/src/storage/IUnifiedStorage.ts:15](https://github.com/atomiqlabs/atomiq-sdk/blob/786509324f7f09c427e9ccfe527d82e496f06af5/src/storage/IUnifiedStorage.ts#L15)

A value that the key needs to have, if an array is passed, the conditions are `OR`-ed
