Files
PeerTube/packages/types-generator
2023-11-13 10:30:39 +01:00
..
2023-08-11 15:02:33 +02:00
2023-08-11 15:02:33 +02:00
2023-08-11 15:02:33 +02:00
2023-08-11 15:02:33 +02:00
2023-08-11 15:02:33 +02: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.