torrust-index-types-lib
v3.1.0
Published
Contains common types for the Torrust project.
Readme
Torrust Index Interface Types
A simple TypeScript/ES6 library that contains all common types used by the Torrust Index project.
These types are used by:
NOTICE: This library only includes shared types, it does not include the API contract for all requests and responses.
Install
You can install this library using NPM:
npm i -S torrust-index-types-libUsage
Types can be imported using the import syntax:
import {User, Torrent} from "torrust-index-types-lib";