Files
PeerTube/packages/types
2023-02-23 09:46:43 +01:00
..
2021-12-28 10:18:15 +01:00
2021-12-28 10:18:15 +01:00
2023-02-23 09:46:43 +01:00
2021-12-28 10:18:15 +01:00

PeerTube typings

These Typescript types are mainly used to write PeerTube plugins.

Installation

Npm:

npm install --save-dev @peertube/peertube-types

Yarn:

yarn add --dev @peertube/peertube-types

Usage

See contribute-plugins Typescript section of the doc.