ProtoRune.App.Bsky.Actor.Defs.SavedFeedsPref (proto_rune v0.1.1)

Generated schema for savedFeedsPref

Description: No description provided.

Summary

Types

@type t() :: %ProtoRune.App.Bsky.Actor.Defs.SavedFeedsPref{
  pinned: [String.t()],
  saved: [String.t()],
  timeline_index: integer()
}