This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
d8755eed1e
PeerTube
/
shared
/
models
/
pods
/
pod.model.ts
8 lines
107 B
TypeScript
Raw
Blame
History
export
interface
Pod
{
id
:
number
,
host
:
string
,
email
:
string
,
score
:
number
,
createdAt
:
Date
}
Reference in New Issue
View Git Blame
Copy Permalink