[@node-fi/sdk-core](../README.md) / [Exports](../modules.md) / PageInfo

# Interface: PageInfo

## Table of contents

### Properties

- [currentPage](PageInfo.md#currentpage)
- [perPage](PageInfo.md#perpage)
- [total](PageInfo.md#total)
- [totalPages](PageInfo.md#totalpages)

## Properties

### currentPage

• **currentPage**: `number`

#### Defined in

[constants/index.ts:54](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L54)

___

### perPage

• **perPage**: `number`

#### Defined in

[constants/index.ts:56](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L56)

___

### total

• **total**: `number`

#### Defined in

[constants/index.ts:57](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L57)

___

### totalPages

• **totalPages**: `number`

#### Defined in

[constants/index.ts:55](https://github.com/Node-Fi/SDK-Core/blob/1f4f819/src/constants/index.ts#L55)
