Skip to content

Shared

Bytes

Bytes = string | number[] | Uint8Array

Types that can be converted to bytes in inputs.


Cursor

Cursor = string & object

A cursor for pagination.

Type Declaration

__cursor?

optional __cursor: never


ID

ID = string & object

A unique identifier.

Type Declaration

__id?

optional __id: never


RawOption

RawOption = object

Option to return raw value

Properties

raw

raw: true


RequestSource

RequestSource = ID | Request | RequestSpec | RequestSpecRaw

The source of a request.