1
0
Fork 0
peertube/shared/models/server/server-follow-create.model.ts

5 lines
80 B
TypeScript

export interface ServerFollowCreate {
hosts?: string[]
handles?: string[]
}