server-follow-create.model.ts 80 B

1234
  1. export interface ServerFollowCreate {
  2. hosts?: string[]
  3. handles?: string[]
  4. }