]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/server-follow-create.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / server-follow-create.model.ts
1 export interface ServerFollowCreate {
2 hosts?: string[]
3 handles?: string[]
4 }