]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/server-follow-create.model.ts
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / shared / models / server / server-follow-create.model.ts
1 export interface ServerFollowCreate {
2 hosts?: string[]
3 handles?: string[]
4 }