Skip to content

Documentation / joplin-api / PageRes

Interface: PageRes<T>

Defined in: model/PageData.ts:8

Type Parameters

T

Properties

has_more

has_more: boolean

Defined in: model/PageData.ts:9


items

items: T[]

Defined in: model/PageData.ts:10

Released under the MIT License.