Chocobozzz/PeerTube

View on GitHub
packages/models/src/server/server-follow-create.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface ServerFollowCreate {
  hosts?: string[]
  handles?: string[]
}