mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 10:10:31 -06:00
367 B
367 B
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.