# SwapSide

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

Enum representing the side of the swap for querying available input/output tokens

## Enumeration Members

### INPUT

```
INPUT: 1;
```

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

Represents input / source side of the swap

***

### OUTPUT

```
OUTPUT: 0;
```

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

Represents output / destination side of the swap
