Follower

public struct Follower : Decodable

A feed Follower.

  • A feed id.

    Declaration

    Swift

    public let feedId: FeedId
  • A target feed id.

    Declaration

    Swift

    public let targetFeedId: FeedId
  • A created date.

    Declaration

    Swift

    public let created: Date
  • An updated date.

    Declaration

    Swift

    public let updated: Date?