Skip to content

BarkInfoResponse

github-actions[bot] edited this page Dec 5, 2023 · 15 revisions

Interface: BarkInfoResponse

The info response from Bark server

Table of contents

Properties

Properties

arch

Optional arch: string

The architecture of the Bark server

Defined in

src/model/response/BarkInfoResponse.ts:10


build

Optional build: Date

The build time of the Bark server

Defined in

src/model/response/BarkInfoResponse.ts:11


commit

Optional commit: string

The hash of commit when Bark server is built

Defined in

src/model/response/BarkInfoResponse.ts:12


devices

Optional devices: number

The number of devices registered on the Bark server

Defined in

src/model/response/BarkInfoResponse.ts:13


version

Optional version: string

The version of the Bark server

Defined in

src/model/response/BarkInfoResponse.ts:14